TheBrothersCode / warn-me

Academic project for polish weather alerts
0 stars 0 forks source link

Fetch alerts from Twitter API #20

Open amasnik opened 3 years ago

amasnik commented 3 years ago

Fetch alerts from twitter API

Create rest-client with springboot application that fetches latest alerts from twitter API and saves them in-memory.

Acceptance Criteria:

** Ideally integration test should not use real twitter API. This needs to be done using MockServer (https://www.mock-server.com/). If this is too hard use the real twitter api