Skip to content

A web scraper written in Node JS for collecting data from the Elite Dangerous Database website for the space simulation game Elite Dangerous

Notifications You must be signed in to change notification settings

NavSous/NodeJS_EDDB_Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

NodeJS_EDDB_Scraper

A web scraper written in NodeJS for collecting commodity data from the Elite Dangerous Database website for the space simulation game Elite Dangerous

This file must be run in a NodeJS enviorment with the libraries Puppeteer and FS. Because of the github file size limit, the entire enviorment could not be placed in this repository.

To create the proper enviorment, run the following commands:

npm init
npm i puppeteer
npm i fs

After this, replace the default index.js file with the one in this repository.

About

A web scraper written in Node JS for collecting data from the Elite Dangerous Database website for the space simulation game Elite Dangerous

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published