Fix My Superhero API. JS, Node, EJS, HTML
Budget: $30 – $250 USD
I need to have a simple localhost website (http://127.0.0.1:8080/) that has a search function; it does not need to be anything pretty, just simple containers and text. It's suppose to utilize superheroapi.com and calls for the json information of a superhero; this call is done by searching for the superhero by their name with a unique token I have provided (https://superheroapi.com/api/4601197679939750/search/<name>). The only data that needs to be rendered to the website are all the hero's aliases in a list and the picture of the hero from the json. I have provided the code I have already written so far, but I keep running into problems and needed help fixing it.
For the project I am using Node, Express, and EJS. NO OTHER RUNTIME ENVIRONMENTS OR MODULES CAN BE USED. I did not provide the node modules in the files, but you can easily have node download the required modules by using the command "npm install"
For the project I am using Node, Express, and EJS. NO OTHER RUNTIME ENVIRONMENTS OR MODULES CAN BE USED. I did not provide the node modules in the files, but you can easily have node download the required modules by using the command "npm install"