More cleanup
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
bundler_args: --retry 3
|
||||
language: node_js
|
||||
services:
|
||||
- mongodb
|
||||
before_install:
|
||||
- export TZ=America/Chicago
|
||||
- npm install -g grunt-cli
|
||||
|
||||
@@ -8,7 +8,7 @@ module.exports = function( grunt ) {
|
||||
pkg: grunt.file.readJSON( "package.json" ),
|
||||
|
||||
jshint: {
|
||||
main: [ "Gruntfile.js", "server.js", "routes/*.js", "models/*.js" ],
|
||||
main: [ "Gruntfile.js", "server.js", "routes/*.js" ],
|
||||
options: {
|
||||
jshintrc: true
|
||||
}
|
||||
|
||||
@@ -17,5 +17,3 @@ The production version runs on Amazon Elastic Beanstalk (AWS EB) and therefore t
|
||||
**server.js** is the primary file launching the API daemon.
|
||||
|
||||
**routes/*.js** contains all the endpoints for the API service. Currently, only one exists for weather adjustment.
|
||||
|
||||
**models/*.js** contains all the database models used by the routes. Currently, only one exists to manage weather cache data.
|
||||
|
||||
Reference in New Issue
Block a user