![Screenshot](https://github.com/demokratie-live/democracy-assets/blob/master/images/forfb2.png)

# bt-named-polls-scraper &nbsp; <a href="https://github.com/kriasoft/nodejs-api-starter/stargazers" target="_blank"><img src="https://img.shields.io/github/stars/bundestag/bt-named-polls.svg?style=social&label=Star&maxAge=3600" height="20"/></a> <a href="https://twitter.com/democracy_de" target="_blank"><img src="https://img.shields.io/twitter/follow/democracy_de.svg?style=social&label=Follow&maxAge=3600" height="20"/></a> <a href="https://www.facebook.com/democracygermany/" target="_blank"><img src="https://github.com/demokratie-live/democracy-assets/blob/master/docu/facebook.png" height="20"/></a> <a href="https://discord.gg/Pdu3ZEV" target="_blank"><img src="https://github.com/demokratie-live/democracy-assets/blob/master/docu/discord.png" height="20"/></a>

[![Build Status](https://travis-ci.org/bundestag/bt-named-polls.svg?branch=master)](https://travis-ci.org/bundestag/bt-named-polls)

The agenda Scraper for <a href="https://www.bundestag.de">Bundestag.de</a>.

## Tech Stack

- [Node.js][node], [Yarn][yarn], [JavaScript][js], [Babel][babel]

[More Dependecies](https://github.com/bundestag/bt-named-polls/network/dependencies)

## Prerequisites

- [Node.js][node]

## Getting started

Clone the git repo & run the project

```
git clone git@github.com:bundestag/bt-named-polls.git
cd bt-named-polls
yarn install
```

### Compile and start

```
yarn start
```

### Sart with Parameters

```
yarn start --start 1
```

### Test Project

```
yarn lint
```

## Contributing

Anyone and everyone is welcome to [contribute](CONTRIBUTING.md). Start by checking out the list of
[open issues](https://github.com/bundestag/bt-named-polls/issues).

## License

Copyright © 2018-present DEMOCRACY Deutschland e.V.. This source code is licensed under the Apache 2.0 license found in the
[LICENSE](https://github.com/bundestag/bt-named-polls/blob/master/LICENSE) file.

---

Made with ♥ by Team DEMOCRACY ([democracy-deutschland.de](https://www.democracy-deutschland.de)), [startnext contributors](https://www.startnext.com/democracy/unterstuetzer/) and [contributors](https://github.com/bundestag/bt-named-polls/graphs/contributors)

[node]: https://nodejs.org
[yarn]: https://yarnpkg.com
[js]: https://developer.mozilla.org/docs/Web/JavaScript
[babel]: http://babeljs.io/
