An open API service indexing awesome lists of open source software.

https://github.com/tck1/exileinfo_back

Script for reading the API and populate a mongo database
https://github.com/tck1/exileinfo_back

api mongo mongodb poe ruby

Last synced: 7 months ago
JSON representation

Script for reading the API and populate a mongo database

Awesome Lists containing this project

README

          

# ExileInfo PoE API reader

## Mongo Instalation

- Install Gem with `gem install mongo`
- [Install MongoDB](https://www.mongodb.com/download-center?jmp=nav)
- Opt.: [Install Robo 3T](https://robomongo.org/) (MongoDB GUI)

## Running

- Start the mongodb server with `mongod`
- Run the script with `run.rb`

### Source and help
[Documentation](http://api.mongodb.com/ruby/current/Mongo/Collection.html)
[Quick-Start](https://docs.mongodb.com/ruby-driver/master/quick-start/)