GithubHelp home page GithubHelp logo

rmoss13 / coc-tracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jmjeong/coc-tracker

0.0 1.0 0.0 412 KB

Clash of Clans Tracker

Home Page: http://coc.jmjeong.com

JavaScript 45.05% CoffeeScript 28.54% HTML 25.15% CSS 1.25% Shell 0.01%

coc-tracker's Introduction

Clash of Clans tracker

Demo Site - http://coc.jmjeong.com

To run locally

  • install mongodb

  • npm install

  • bower install

  • grunt serve

To deploy

  • npm install -g imagemin imagemin-optipng imagemin-pngquant pm2

  • grunt build

  • cd dist

  • NODE_ENV=production pm2 start server/coc.js

Update the information

Update costs, level

  • change information from client/data/building.js, hero.js, research.js
  • change client/app/main/about.jade
  • change client/components/navbar/navbar.controller.coffee

To add new building, troop etc

  • change server/api/users/user.model.js file
	ex) building: {
			…
		    bombtower: [Number],
			…
		}
  • set initial value in mongodb
	ex) db.users.update( 
		{}, 
		{ $set: {"building.bombtower": [] } }, 
		{ multi:true })

License

The MIT License (MIT)

Copyright(c) 2015-2017 Jaemok Jeong

coc-tracker's People

Contributors

jmjeong avatar the-black-eagle avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.