Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 530 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 530 Bytes

periodic-table

This script fetches properties for each element in the periodic table from their english wikipedia pages and saves it into a json file which can be used in apps or APIs to provide basic chemical data.

To use the script clone repository with

git clone https://github.com/JensKrumsieck/periodic-table.git

Install all dependencies:

npm install

and run the script

npm run start

This may takes a while 😉

Make sure to not spam the wikipedia site! Use this for file generation only.