Skip to content

outsideris/popularconvention

Repository files navigation

Popular Convention on Github

analyzing code convention from github.amrom.workers.devmits for Github data challenge II

You can see Here.

Getting Started

npm install
$(npm bin)/bower install
$(npm bin)/coffee server.coffee --nodejs
open http://localhost:8020/popularconvention

Tests

npm run test
$(npm bin)/grunt test

Requirement

Docker

This project is dockerized.

Run mongodb first

docker run --name mongodb -d outsideris/popularconvention-mongodb:1.0

Then, run popular-convention.

docker run -d -p 8020:8020 --link mongodb:mongodb -e "MONGODB_HOST=mongodb" outsideris/popularconvention:1.1

License

Copyright (c) 2017 "Outsider" Jeonghoon Byun Licensed under the MIT license.

About

analyzing code convention from github.amrom.workers.devmits for Github data challenge II

Resources

License

Stars

729 stars

Watchers

21 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors