Skip to content

CodeforLeipzig/leipzigmaps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Leipzig Maps

Insights about the city Leipzig, Germany.

View Website · Report Bug · Request Feature

About The Project

Product Name Screen Shot

Background of this proces is to give insight about the city Leipzig, Germany.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Development

  1. Clone the repo
    git clone https://github.com/CodeforLeipzig/leipzig-maps.git
  2. Install dependencies
    yarn
  3. Start local server
    yarn start

Update statistic data

  1. Run scraper
    yarn run scrape-leipzig-statistik
  2. Run transformer
    yarn run transform-leipzig-statistik

Update swimming pool data

  1. Run web page scraper
    yarn run scrape-swimming-pools

Update parks data

  1. Run Overpass API query executer
    yarn run transform-leipzig-parks

Deployment

yarn run predeploy
yarn run deploy

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Project Link: https://github.com/CodeforLeipzig/leipzig-maps

Sources used

Possible Future Integrations

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.6%
  • HTML 5.0%
  • CSS 2.4%