https://github.com/zorbash/composta
https://github.com/zorbash/composta
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zorbash/composta
- Owner: zorbash
- Created: 2013-06-07T15:48:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-14T17:10:54.000Z (about 13 years ago)
- Last Synced: 2025-06-07T16:49:01.555Z (about 1 year ago)
- Language: CoffeeScript
- Size: 449 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
composta
========
Compare github repositories with ease.
Composta is a tool aimed to help you make the right decision on which components
to incorporate in your awesome projects.
## Instructions
### Requirements
* nodejs
* coffeeScript
### Clone
`git clone git@github.com:Zorbash/composta.git`
### Satisfy dependencies
`npm install`
### Put your github credentials in a config.json file
Tip: A config.json.sample exists to give you an idea of the expected config.json
### Start the server
`coffee composta.coffee`
### Use it
Head over to [http://locahost:3040](http://localhost:3040) to see it running.