Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 752 Bytes

File metadata and controls

25 lines (18 loc) · 752 Bytes

🏭 Pollution? Here's a chart.

Using Echarts and VueJS to display pollution data from Twitter.

A screenshot for busy folks

Pollution Chart

Oh no Beijing! Stop!

Project setup

npm install # Setup
npm run serve # Develop
npm run build # Publish

Thanks to:

  • ECharts: Chart library
  • Beijing AQI: Beijing AQI published hourly AQI updates.
  • CORS Anywhere: Skip some Same-domain restrictions placed by Twitter API.
  • VueJS: The Progressive JavaScript Framework