0.0.0 • Published 10 years ago

lysergix-api v0.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
10 years ago

##Lysergix API

This gives you lots of emoji for Internet happiness.

##Installation npm install

##Usage Node index.js, app listens on port 1337

###Available Routes:

  • /api/v1/faces - Gives you all teh faces.
  • /api/v1/faces/:index - Gives you an face.
  • /api/v1/tags - Gives you all teh tags.
  • /api/v1/tagged/:tag - Gives you all faces tagged with a given tag.
  • /api/v1/random - Gives you a random face.
  • /api/v1/random/:tag - Gives you a random face tagged with a given tag.