Skip to content

lolevsky/covid19

Repository files navigation

About

Source code of COVID19 info page, All the data fetched from https://github.com/novelcovid/api

Open source librries that used for this project are:

Need to add:

  • src/components/map/mapConfig.ts
    export default {	
        apiKey: '...'	
    };
  • src/components/firebase/firebaseConfig.ts
    export default {	
        apiKey: "...",	
        authDomain: "...firebaseapp.com",	
        databaseURL: "https://...firebaseio.com",	
        projectId: "...",	
        storageBucket: "....appspot.com",	
        messagingSenderId: "...",	
        appId: "...",	
        measurementId: "..."	
    };

How to run: