Skip to content

RainyCityCoder/periodic-table-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

periodic-table-json

Description

This repository is designed to host a minimalist JSON file of the elements known to science (as listed on ptable.com). Please see the license for details on what is and isn't permissable.

Tech Stack

A Python script was used to read existing JSON objects from periodic-table.json, build new objects based on user input, and append the new objects to the end of the previous list.

periodic-table.json contains a list of JSON objects in the format:

{
  "Name": "Hydrogen",
  "Atomic Number": 1,
  "Symbol": "H",
  "Atomic Weight": 1.008
}

Forking

Feel free to fork and utilize this code and data in accordance with the license.

Contributing

Pull requests are welcome. For major changes, please open an issue first.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages