Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Readme.md

Koa Based Dictionary API

##Tutorial that follows the development of Dictapi - Nettuts article

##Installation Instruction

$ git clone https://github.com/bhanuc/dictapi.git
$ cd dictapi
$ npm install 

To use Koa you must be running node 0.11.9 or higher for generator support, and must run node(1) with the --harmony flag. If you don't like typing this, add an alias to your shell profile:

alias node='node --harmony'

Also import the dictionary collection using instructions in import.txt

##To run the application

node --harmony index.js

Running tests

$ make test

Authors

License

MIT

About

A Dictionary API server powered by koa(node) & MongoDB

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.