This project was created to make an attempt to use the Marvel's API. The Marvel's API is used to create the project. Details about characters is extracted from the API.
There is 2 ways of calling the marvel API
- Using client side application - which we created in our case for which we require public apikey to be passed as url parameter as you can see in the app. Also need to set the domain in the marvel api pointing to your domain.
- Using server side application - which requires 2 extra parameters other than apikey that is a md5 hash and private key.
This is the localhost version where you require both pubic as well as private key to run it on localhost.
- Deployed on Netlify and linked to my domain xarvis.tech