https://github.com/danielstern/science
Demonstrating data manipulation
https://github.com/danielstern/science
Last synced: about 1 year ago
JSON representation
Demonstrating data manipulation
- Host: GitHub
- URL: https://github.com/danielstern/science
- Owner: danielstern
- Created: 2015-06-18T19:14:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T00:40:08.000Z (almost 11 years ago)
- Last Synced: 2025-04-10T22:53:02.698Z (about 1 year ago)
- Language: JavaScript
- Size: 273 KB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Instructions
To open the demo, run any server in the main directory.
For example, with Node,
```
npm install -g http-server;
http-server;
# open localhost:8080 in chrome
```
There are two functions, `pie` and `barchart`.
Data is loaded to the global scope as `properties` and `pokemon`.
### Using the plan
The plan walks you through the various examples.
Each step has a snippet that you can run in the terminal.
Call `go()` to go to the next step of the plan.
Call `now()` to automatically run the code snippet.