Skip to content

aimerou/traffic-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic Prediction App

This is an Observable Framework app. To install the required dependencies, run:

npm install

Then, to start the local preview server, run:

npm run dev

Then visit http://localhost:3000 to preview your app.

Project structure

Here is the project structure:

.
├─ src
│  ├─ components
│  │  └─ index.js              # main javascript module
│  ├─ data
│  │  └─ traffic-data.json     # static data file
│  └─ index.md                 # home page
├─ .gitignore
├─ observablehq.config.js      # app config file
├─ package.json
└─ README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published