Coder Social home page Coder Social logo

covidcomm's Introduction

CovidComm

A project for communication aid during the COVID-19 outbreak. Note that this project is made for the Twilio DEV community Hackathon. The following is the track being followed in this project:

COVID-19 Communications

Head over to the official user interface repository for CovidComm to look at it's features, demo, and installation. Head over to DEV to see the submission blog for this project.

Alt text

Getting started

  • Create a file called .env with the following content. You can configure it according to your own desired settings.
# JSON Web Token
JWT_SECRET="sajndaskdnsakdnaksndjs"

# Morgan logging level
LOGGING_FMT="combined"

# The full API URL being used for fetching news
INFO_API_URL= ""

# Calling CRONJOB time
CRON_DEFAULT_TIME="* * * 1 * *"

# Calling CRONJOB time for testing
CRON_TESTING_TIME="10 * * * * *"

# SALT for hashing, should be an integer
HASH_SALT=771

# Database URI
DB_URI="mongodb://<dbuser>:<dbpassword>@<hostname>:<port>/<database_name>"

# Base URL
API_VERSION= "/api/v1"

# Account SID
TWILIO_ACCOUNT_SID= ""

# Auth token for programmable voice API
TWILIO_AUTH_TOKEN= ""

# Given phone number by twilio
TWILIO_PHONE_NUMBER= ""

# A verified phone number (for testing)
TWILIO_VERIFIED_NUMBER= ""

# Service SID for Verifying phone numbers on the fly
TWILIO_SERVICE_SID=""
  • Run the following commands to get started:
# Install dependancies
npm i

# Compile typescript and run server in filewatch mode
npm run dev

covidcomm's People

Contributors

l04db4l4nc3r avatar agarkra 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.