8000 GitHub - alexandruitu/brasovair: collection of tools for monitoring the Brasov air
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexandruitu/brasovair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

brasovair

This is a collection of tools for monitoring the air around Brasov area. It is based on collecting data from uRADMonitor sensors and displaying real-time data along with vrious statistics for PM (2.5, 10) values.

Please link to the github project if you plan on using some of the source code.

building the project

  • install Open Layers
npm install ol --save
  • Install react
npm install react --save
  • instal Material UI
npm install proj4 @material-ui/core --save
  • crearte react app
npx create-react-app brasovair
  • start the dev server in brasovair folder
npm start
  • open localhost:3000
  • open vscode and add this configuration in launch.json
    "configurations": [
        {
            "type": "chrome",
            "request": "attach",
            "name": "Attach to Chrome",
            "url": "http://localhost:3000",
            "port": 9222,
            "webRoot": "${workspaceFolder}",
            "sourceMapPathOverrides": {
                "../*": "${webRoot}/*"
            }
        }
    
  • now run vscode and attach to Chrome for debugging

!! ensure you run Chrome with debug port opened: 9222

About

collection of tools for monitoring the Brasov air

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0