Giter Site home page Giter Site logo

covidarmy-frontend's Introduction

covid-resources - Covid 19 Twitter Resources Aggregator

covid-resources scrapes tweets from Twitter's search page (using Twitter's advanced search feature) and collates them on one page

Link - https://covidresources.vercel.app

Want to contribute? Check the Contributing section.

Get Started

Set the variables in .env.example and move them to .env.local

npm install
npm run build
npm run dev

Environment Variables

FB_PRIVATE_KEY=           # Private key from firebase service account json
FB_CLIENT_EMAIL=          # Client email from firebase service account json
FB_PROJECT_ID=            # Your firebase project id
NEXT_PUBLIC_CLARITY_ID=   # Microsoft Clarity ID

Data Models

  1. Tweet & Tweets Document

    type Tweet = {
      tweetId: string
      username: string
      for: Record<string, boolean>
      location: Record<string, boolean>
    }
    
    type Tweets = Record<string, Tweet>
  2. Locations

    type Locations = Record<string, boolean>
  3. Location Resources

    type ResourceTitle = string
    type ResourceURL = string
    type LocationResources = Record<string, Record<ResourceTitle, ResourceURL>>
  4. Resources

    type SearchTerm = string
    
    type Resources = Record<string, SearchTerm>

Contributing

covidarmy-frontend's People

Contributors

anshulagx avatar arn4v avatar brainless avatar libkakashi avatar neerajchouhan7 avatar nvnx7 avatar swarnimwalavalkar avatar utkarshbhimte avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.