Skip to content

NodeJS port of amico (Relationships (e.g. friendships) backed by Redis) using CoffeeScript.

License

Notifications You must be signed in to change notification settings

hlobil/node-amico

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Amico Build Status

This is a NodeJS port of amico using CoffeeScript.

Differences

All commands have been ported over, with the addition of a callback for anything that calls redis.

Development

This project uses a Makefile to help with development tasks. The following functions are provided:

  • make test: Generates teh JS from the src dir, then runs jessie.
  • make generate-js: Generates the JS from the src dir to the lib dir
  • make remove-js: Deletes the JS from the lib dir
  • make publish: Generates the JS, publishes to NPM, then deletes the JS
  • make link: Local link of the package to test before publishing to NPM

Take a look at src/spec_helper.js for some commands to assist in async testing.

Author

Written by Andrew Nordman, based on David Czarnecki's amico.

About

NodeJS port of amico (Relationships (e.g. friendships) backed by Redis) using CoffeeScript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 96.1%
  • Makefile 3.1%
  • JavaScript 0.8%