0.0.5 • Published 6 years ago

@akashtech/tracko v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Project Tracko

A small library that can switch status of express.js application. it can be either true or false.if the project_name is true, it means it is on.

Installation

npm install @akashtech/tracko

Usage

# Firebase Setup 
    projects
         project_name: true

change firebase database rules 
`{ "rules": { ".read": true, ".write": false } }`

var tracko = require('@akash/tracko');

app.use(tracko(firebase_app_name,node_app_name));

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago