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
- Host: GitHub
- URL: https://github.com/tck1/exileinfo_back
- Owner: tcK1
- License: mit
- Created: 2017-07-20T21:58:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T01:57:53.000Z (about 8 years ago)
- Last Synced: 2025-01-27T22:16:36.597Z (9 months ago)
- Topics: api, mongo, mongodb, poe, ruby
- Language: Ruby
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)