amureki / covidapp

Simple COVID-19 tracker based on Johns Hopkins CSSE data.
https://covidapp.herokuapp.com/
Apache License 2.0
8 stars 2 forks source link

Can you add CORS headers ? #3

Closed hellpirat closed 4 years ago

hellpirat commented 4 years ago

Based on your repo I build a front-end with svelte(just for learning purpose) and now I using https://cors-anywhere.herokuapp.com/ for making requests :)

https://covid-19-tracker-4003qxa22.now.sh/ https://github.com/hellpirat/covid-19-tracker

amureki commented 4 years ago

@hellpirat I did add django-cors-headers and allowed access to /api/. Could, you, please, check it out?