Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 443 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 443 Bytes

marvel-characters

Marvel API app

How to build on your environment

Add your Marvel Developer API keys in apikey.properties in the root directory of the project.

PUBLIC_API_KEY="YOUR_PUBLIC_API_KEY"
PRIVATE_API_KEY="YOUR_PRIVATE_API_KEY"