0.1.1 • Published 5 years ago

node-ig v0.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

Build Status Coverage Status

NPM

node-ig

An npm module for working with the Instagram API.

Overview

Prior to testing, set the node env variable NODE_IG_TOKEN to the value of your Instagram oAuth token.

Installation

npm

npm install node-ig -S

Tests

npm test

Code Quality

Code quality will be checked using eslint with the --fix argument so repair easily-fixed rule-breaking code.

npm run lint

Code Coverage

Code coverage is maintained by using the nyc command-line-client for Istanbul with Coveralls reporting.

Continuous Integration

Continuous integration provided by Travis CI.

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Community

Updates and discussions about this module can be found @symBrendan on Twitter.

Versioning

For transparency into a common release cycle to strive toward maintaining backward compatibility, word-forward is maintained under the Semantic Versioning guidelines.

Creating a New Version

The following commands will create a new version of the module, automatically create a new tag with the same value as the version, push the tags to the remote, and, finally, push the code to the remote.

Stage your files

git add .

Commit with message

git commit -m "your commit message"

Publish the module to npmjs.org

The npm publish command will create a patch in package.json, add a new tag, push the tag, and publish the changes to npmjs.

npm publish

Creator

Brendan Conrad

License

This project is licensed under the terms of the MIT license.

0.1.1

5 years ago

0.1.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago