0.0.1 • Published 5 years ago

grepolis-storage v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Grepolis Data Storage for NodeJS

This is a small library for importing Grepolis data and properly storing it into a MongoDB instance. This library helps to reduce requests to the Grepolis API by only reading data when the data is updated. It also tracks changes in data. This is still under development and is not ready for use. This library is rather large and a lot of work needs to be completed before it is ready for use.

Installation

npm i grepolis-storage --save

Usage

Not ready for use at the moment