Skip to content

anyways-open/cityflows-toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CityFlows UI Frontend

This is the Frontend part of the cityflows toolbox. It works together with cityflows-toolbox-backend.

More info on running and deploying the application can be found in this readme

Necessary environment variables (and examples where relevant) to run:

REACT_APP_BACKEND_URL=https://some_url_here/

REACT_APP_OAUTH_CLIENT_ID:string

REACT_APP_OAUTH_CLIENT_SECRET:string

REACT_APP_INITIAL_MAP_CONFIG_JSON={"center":[51.003543,3.708080],"zoom":14}

REACT_APP_INITIAL_TIME_WINDOWS=[{"from":"2021-09-01T00:00:00.000Z","to":"2021-09-22T00:00:00.000Z","Monday":true,"Tuesday":true,"Wednesday":true,"Thursday":true,"Friday":true,"Saturday":false,"Sunday":false,"Holiday":true,"Non-holiday":true,"DBSCAN":true,"MinThreshold":true,"PerformanceThreshold":true},{"from":"2021-10-01T00:00:00.000Z","to":"2021-11-01T00:00:00.000Z","Monday":true,"Tuesday":true,"Wednesday":true,"Thursday":true,"Friday":true,"Saturday":false,"Sunday":false,"Holiday":true,"Non-holiday":true,"DBSCAN":true,"MinThreshold":true,"PerformanceThreshold":true}]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.8%
  • SCSS 8.7%
  • HTML 1.6%
  • Other 0.9%