Zenedith / npm-my-restify-api

my-restify-api using restify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-restify-api

npm version Coverage Status Build Status Dependency Status

NPM

My restify API backend

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install my-restify-api --save

Tests

npm install
npm test

Dependencies

  • assert-plus: Extra assertions on top of node's assert module
  • config: Configuration control for production node deployments
  • jstoxml: Convert JSON to XML (for RSS, Podcasts, etc.)
  • jwt-simple: JWT(JSON Web Token) encode and decode module
  • mime: A comprehensive library for mime-type mapping
  • restify: REST framework
  • winston: A multi-transport async logging library for Node.js
  • winston-loggly: A Loggly transport for winston

Changelog

CHANGELOG

License

The MIT License (MIT)

Copyright (c) 2015-2016 Zenedith

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

my-restify-api using restify

License:MIT License


Languages

Language:JavaScript 94.6%Language:CSS 5.1%Language:HTML 0.3%Language:Shell 0.0%