Skip to content

paulgirard/Marvel

 
 

Repository files navigation

MARVEL networks

Build the data

pip install -r requirements.txt
cp config.yml{.example,}
# set API key from http://developer.marvel.com/signup
python bin/download_data.py

Run web interface

npm install
# To start locally on http://localhost:3000
npm start
# Or to build prod
npm run build

Credits

Data provided by Marvel's API. © 2022 Marvel API documentation: https://developer.marvel.com/docs

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.1%
  • Python 27.3%
  • HTML 13.0%
  • CSS 8.1%
  • JavaScript 0.5%