octokat.js
:octocat: Github API Client using Promises or callbacks. Intended for the browser or NodeJS.
File Explorer
Download Latest Version (.zip)- octokat.js
- README.md
- tonic-example.js
- coverage-helper.js
- preserve-git-history.sh
- run-test-browser-inner.sh
- run-test-browser.sh
- send-coverage.sh
- base64-browser.js
- base64-node.js
- fetch-browser.js
- fetch-node.js
- README.md
- object-matcher.coffee
- preview-headers.coffee
- tree-options.js
- url-validator.coffee
- hypermedia.js
- querystring.js
- authorization.js
- cache-handler.js
- camel-case.js
- fetch-all.js
- hypermedia.js
- object-chainer.js
- pagination.js
- path-validator.js
- preview-apis.js
- read-binary.js
- simple-verbs.js
- use-post-instead-of-patch.js
- base.js
- chainer.js
- deprecate.js
- octokat.js
- plus.js
- requester.js
- verb-methods.js
- all.js
- commit-comments.spec.js
- commits.spec.js
- contents.spec.js
- deployments.spec.js
- downloads.spec.js
- events.spec.js
- gists.spec.js
- stats.spec.js
- status.spec.js
- all.js
- browser.js
- dist.html
- emitter.spec.js
- hypermedia.spec.js
- index.html
- node.js
- object.spec.js
- simple.spec.js
- test-config.js
- .babelrc
- .gitignore
- .npmignore
- .travis.yml
- bower.json
- codecov.yml
- coffeelint.json
- index.js
- LICENSE.md
- package-lock.json
- package.json
- README.md
- webpack.config-browser.js
- webpack.config-browsertests.js
# Installation Guide
1. Get the code
git clone https://github.com/philschatz/octokat.js
Downloads the entire project code from GitHub to your computer.
cd octokat.js
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save octokat
Downloads and installs the libraries listed in package.json.
npm install octokat --save
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
