P’UNK AVENUE Backend Challenge
-
Every hour collect information from the following APIs:
-
Open Weather Map API, specifying a central location of Philadelphia.
-
Store the collected information.
- Expose the stored information through the following endpoints:
- /api/v1/stations?at=<dateTime>
- /api/v1/stations/<kioskId>?at=<dateTime>
- /api/v1/stations/<kioskId>?from=<fromDateTime>&to=<toDateTime>&frequency=<daily|hourly>
The <dateTime> should have the format: 2017-11-01T11:00:00.
- Deploy to a cloud based infrastructure.
Tech stack
- NestJS (NodeJS).
- Jest.
- TypeScript.
- Docker, hosted in Linode.
- MongoDB, hosted in MongoDB Cloud.