Skip to content

eoko/api-utils

Repository files navigation

eoko-api-models Build Status

Eoko base models used for api

Installation

$ npm install --save eoko-api-models

Configuration

All configuration must be done using env variables. A sample file .env.dist can be found in the project root.

Usage

var eokoApiModels = require('eoko-api-models');

eokoApiModels('Rainbow');

Test

Test are ran against mongo database. You can use a docker image to do that :

$ docker pull mongo

All test configuration can be done using env variables. A sample file is already configured in /tests/.env.

License

MIT © Romain DARY <romain.dary@eoko.fr>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published