Skip to content

YoApp/node-yo-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-yo-api

a freakin' simple node wrapper for yo api

usage

install via npm:

npm i yo-api

in your code:

Yo = require "yo-api"
yo = new Yo "your-yo-api-token"
yo.yoall (err, res, body) ->
  # do whatever..
yo.yo "WORLDCUP", (err, res, body) ->
  # do something else..
yo.subscribers_count (err, res, body) ->
  # do something with count...

get involved

  1. fork it ( https://github.com/sakatam/node-yo-api/fork )
  2. create your feature branch (git checkout -b my-new-feature)
  3. commit your changes (git commit -am 'Add some feature')
  4. push to the branch (git push origin my-new-feature)
  5. create new pull request

About

freakin' simple yo api wrapper for nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published