popularconvention

analyzing code convention from github commits for Github data challenge II

  • Owner: outsideris/popularconvention
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Popular Convention on Github

analyzing code convention from github commits 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

  • Node.js
  • CoffeeScript
  • MongoDB 2.4 with MONGODB_HOST and MONGODB_PORT environment variables set (ex: export MONGODB_HOST=127.0.0.1; export MONGODB_PORT=27017)
  • GitHub tokens (see https://github.com/settings/applications/new) - save to github.json in .tokens directory

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.

Main metrics

Overview
Name With Owneroutsideris/popularconvention
Primary LanguageCoffeeScript
Program languageJavaScript (Language Count: 5)
Platform
License:MIT License
所有者活动
Created At2013-04-06 18:04:09
Pushed At2017-07-09 16:38:25
Last Commit At2017-07-10 01:04:32
Release Count0
用户参与
Stargazers Count735
Watchers Count24
Fork Count52
Commits Count199
Has Issues Enabled
Issues Count57
Issue Open Count15
Pull Requests Count12
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private