lauriejim / formula-e-api

Formula E data api scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formula E data scraper

This is a really simple scraper for Formula E ePrix data. It's base on official site http://fia-fe.com

Requirements: Node.js, npm, mongoDB

Install node modules:

$ npm install

Install and launch mongoDB database:

$ brew install mongodb
$ mongod

Create a database named fe-data


When it's OK, let's scrape

$ npm start

About

Formula E data api scraper

License:MIT License


Languages

Language:JavaScript 100.0%