npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@career0.1/my-first-career0.2

v1.2.1-development

Published

```bash npm install @career0.1/my-first-career0.1 ```

Downloads

4

Readme

my-first-career0.1

career fields

Install

npm install @career0.1/my-first-career0.1

Usage

//Version: 1.2.1 //Latest version

import { Career, Field,} from 'career-field'; console.log( Career.getAllCareers()) console.log( Field.getAllFields())

Installations

Docs

Career.getCareerByCode(careerCode)

It accepts a valid CareerCode eg: 'AS' and returns Career Details

type: json | ICareer

'careerName': {

'careerCode': 'TIT'
'fieldCode': 'TI'
'Technology & IT': [
'name': 'IT Systems Assistant',
'name': 'IT Support Technician',
'name': 'Junior Web Development',
'name': 'Help Desk Assistant'
],

'careerCode': 'MS'
'fieldCode': 'MA'
'Marketing & Sales': [
'name': 'Junior Marketing Coordinator',
'name': 'Sales Associate',
'name': 'Junior Content Creator',
'name': 'Social Media Assistant',
'name': 'Marketing Assistant',
'name': 'Sales Development Representative', 
'name': 'Member Marketing', 
'name': 'Certificate Validator'
], 

'careerCode': 'FA'
'fieldCode': 'FC'
'Finance & Accounting': [
'name': 'Finance Assistant',
'name': 'Financial Analyst Trainee',
'name': 'Junior Auditor',
'name': 'Accounts Payable Clerk',
'name': 'Junior Bookkeeper',
'name': 'Payroll Assistant',
'name': 'Junior Tax Analyst',
'name': 'Trainee Account Assistant'
], 

Field.getFieldCodeAndCareer(fieldCode, careerCode)

'careerCode': 'HR'
'fieldCode': 'HS'
'Human Resources': [
'name': 'HR Assistant',
'name: 'Junior Recruiter',
'name': 'Talent Acquisition Coordinator', 
'name': 'HR Coordinator',
'name': 'Training Assistant'
],

'careerCode': 'OP'
'fieldCode': 'OL'
'Operations & Logistics': [
'name': 'Operations Assistant',
'name': 'Junior Project Coordinator',
'name': 'Supply Chain Assistant',
'name': 'Logistics Coordinator',
'name': 'Procurement Assistant',
"name': 'Warehouse Associate'
],

'careerCode': 'HC'
'fieldCode': 'HL'
'Healthcare': [
'name': 'Junior Medical Assistant',
'name': 'Healthcare Assistant',
'name': 'Pharmacy Technician',
'name': 'Junior Healthcare Administrator'
],

Field.getFieldCode(fieldcode)

'careerCode': 'EC'
'fieldCode': 'EU'
'Education': [
'name': 'Teachers Assistant',
'name': 'Administrative Assistant',
'name': 'Admissions Assistant',
'name': 'Library Assistant',
'name': 'Curriculum Coordinator'
],

'careerCode': 'CD'
'fieldCode': 'CT'
'Creative & Design': [
'name': 'Junior Graphic Designer',
'name': 'Creative Assistant',
'name': 'Junior Video Editor',
'name': 'Social Media Content Designer'
],

Career.getAllCareers

'careerCode': 'CS'
'fieldCode': 'CV'
'Customer Service': [
'name': 'Customer Service Assistant',
'name': 'Call Center Representative',
'name': 'Junior Client Relations Specialist',
'name': 'Technical Support Assistant',
'name': 'Customer Success Coordinator',
'name': 'Junior Help Desk Support'
],

Field.getAllFields

'careerCode': 'EG'
'fieldCode': 'EN'
'Engineering': [
'name': 'Junior Mechanical Engineer',
'name': 'Junior Electrical Engineer',
'name': 'Engineering Technician',
'name': 'Junior Quality Assurance Engineer',
'name': 'Drafting Technician',
'name': 'Sheetmetal engineer',
'name': 'Artisan Assistant'
],

'careerCode': 'AD'
'fieldCode': 'AM'
'Administration': [
'name': 'Administrative Assistant',
'name': 'Trainee Scanner',
'name': 'Trainee Admin Assistant',
'name': 'Trainee Marketing Assistant',
'name': 'Office Coordinator'
],

Keywords

Careers Fields