New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sample-package-esqueleton

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sample-package-esqueleton

A simple esqueleton package meant for starter packages

  • 1.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Sample NPM Package - Esqueleton

Build Status

A simple starter package to create your own npm module with API requests. This module was created with the intention to teach new node developers on how to create a module that uses an Apikey.

Quick Use

const { SampleApiRequestHandler } = require('sample-package-esqueleton'); 
const client = new SampleApiRequestHandler();

client
  .getApiRequest({ id: '1' })
  .then(data => console.log(data));

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

npm v6.9.0
node v10.16.3

Installing

npm install 

Running the tests

Test are powered with Mocha and Chai

npm test

Coding Style

Coding style is standard and can be found on .eslintrc.json

Deployment

If you want to install this package using npm simply install

npm i sample-package-esqueleton

Generate docs

npm run docs 

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Renato Francia - Initial work - Nachocode

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Keywords

FAQs

Package last updated on 17 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc