periodic.app.web-service

0.1.0 • Public • Published

Periodic Web service

Boilerplate web service / api

Starting Service

Hop into the app directory (the app gets copied via a grunt task), install dependencies for the app, create a log directory, fire up the app.

$ cd periodic/app.web-service
$ npm install
$ mkdir logs
$ npm run webservice

Developing

You need to make sure you have nodemon and grunt installed globally first

Installing nodemon

$ npm install nodemon -g
$ npm install grunt-cli -g

Starting service

$ cd periodic/app.web-service
$ npm run appdev

JSLinting

It's wise to run JSLinting while developing to catch errors on the fly

$ npm run watch

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    3
  • 0.0.7
    0
  • 0.0.6
    0
  • 0.0.5
    1

Package Sidebar

Install

npm i periodic.app.web-service

Weekly Downloads

4

Version

0.1.0

License

none

Last publish

Collaborators

  • yawetse