https://github.com/mariorodeghiero/datopian
Henry Hub Natural Gas - Daily Prices
https://github.com/mariorodeghiero/datopian
csv-files d3 data-visualization nodejs react styled-components
Last synced: 3 days ago
JSON representation
Henry Hub Natural Gas - Daily Prices
- Host: GitHub
- URL: https://github.com/mariorodeghiero/datopian
- Owner: mariorodeghiero
- License: mit
- Created: 2020-02-02T14:47:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:19:50.000Z (over 3 years ago)
- Last Synced: 2026-02-19T01:30:40.033Z (about 2 months ago)
- Topics: csv-files, d3, data-visualization, nodejs, react, styled-components
- Language: JavaScript
- Homepage: https://mariorodeghiero.github.io/datopian/
- Size: 3.22 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: License
Awesome Lists containing this project
README
Check online here.

[](http://opensource.org/licenses/MIT)
## Prerequisites
- [Node](https://nodejs.org/en/)
- [NPM Package Manager](https://www.npmjs.com/)
## Install
First, clone the repo via git:
```bash
$ git clone https://github.com/mariorodeghiero/datopian.git your-project-name
```
And then install dependencies with npm.
```bash
$ cd your-project-name
$ npm install
```
## Run **Front-End**
```bash
$ npm run start
```
Run the app in the development mode.
Open [http://localhost:3000/](http://localhost:8080/) to view it in the browser.
The page will reload if you make edits.
## Install and Run **Scripts to create CSV files**
```bash
$ cd data
```
```bash
$ npm install
```
```bash
$ npm run create-daily-prices
```
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Author
- [Mário Antônio do Amaral Rodeghiero](https://github.com/mariorodeghiero)
## Contributors
| [](https://github.com/mariorodeghiero) |
| --------------------------------------------------------------------------------------------------------------------- |
| [Mário Rodeghiero](https://github.com/mariorodeghiero)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details