thethingstheycoded / NEA-SFCOMPO-WebScraper

This node.js app scrapes the Nuclear Energy Agency's Spent Fuel Isotopic Composition Database and returns fuel rod data as javascript objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEA-SFCOMPO-WebScraper

This node.js app scrapes the Nuclear Energy Agency's Spent Fuel Isotopic Composition Database and returns fuel rod data as javascript objects

From NEA-SFCOMPO.js

// Webscraping app to get radioactive data from
//	http://www.oecd-nea.org/sfcompo/Ver.2/Eng/index.html
// For use in radioactive.js visualizations so that radioactive.js
//	examples don't have to transpose / hardcode the data objects
//  visualizations: http://rein.pk/radioactive-js/
//  library: https://github.com/reinpk/radioactive

Many Thanks to Peter Reinhardt for inspiring this project

About

This node.js app scrapes the Nuclear Energy Agency's Spent Fuel Isotopic Composition Database and returns fuel rod data as javascript objects

License:MIT License


Languages

Language:JavaScript 100.0%