Posted on July 6, 2021December 25, 2021 by sameerTravel Planning App A travel planning application that accesses, retrieves and compiles data from various APIs like Countries API, OpenWeather API and Travel advisory. Submit pressed.. Displaying results. GitHub Link Live Demo Key Tech: WebPackNode JS API Calls Code Highlights: Posts trip information, and then fetches data from various APIs. postTrip helper function fetchLocal helper function Server side addTrip function Server side – example of a fetch function using promises and saving the trip object. Updating the UI with the stored trip information.