This app was a collaboration of the frontend and backend team at a Hackathon.
Front End Technology used:
Boostrap, HTML, CSS, Vanilla Javascript.
Backend Method:
Architectural or native Javascript features used.
- express – only for incoming GET requests
- node-fetch – only for outgoing GET requests to the three APIs.
- Used destructuring and the spread operator fairly extensively in conjuction to vanilla javascript.
- Used Promise.all()
- Async and await to avoid lots of .then()calls.
- Put all the third party calls in their own service file to abide by standard best practice.