NNeevinnneo.hashnode.dev·Mar 22, 2022 · 4 min readAPI's Are Awesome: Using Nasa's open APIAPI is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. In this blog, we are going to make a website that shows the APOD (Astronomy Picture of the Day) The code wi...00
NNeevinnneo.hashnode.dev·Mar 21, 2022 · 5 min readGetting Started With ExpressInstalling NodeJS Installing Manually Before starting you need to have NodeJS installed, if not then you can install the latest version of Node over at nodejs.org/en/download/ Installing using the Terminal If you feel that it's easier to install Node...00