statszee

0.0.1 • Public • Published

StatsZee

Known Vulnerabilities Build status Dependency Status Code Climate

Self-hosted stats server based Node.JS and Sequelize made with trails.js framework

WARNING: Not suitable for production

Work in progress, things are going to change

Installation

Run inside a node project

npm install --save statszee

Add into your application entry point

const statsZee         = require("statszee");
const statsZeeInstance = new statsZee({
  web:{
    port: process.env.PORT || 3000
  },
  database:{
    stores: {
      database: {
        host: '127.0.0.1',
        port: '5432',
        database: 'stats-server',
      }
    }
  }
})

statsZeeInstance.start().then(()=>{})

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i statszee

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • lobetia