Skip to content

App built with Node and Express that allows users to enter their phone number to receive an SMS text with a fun fact

Notifications You must be signed in to change notification settings

thawkin3/fun-facts-sms

Repository files navigation

Fun Facts SMS

This is an app built with Node and Express that allows users to enter their phone number to receive an SMS text with a fun fact. The SMS integration is built using Infobip.

Step 1 Step 2 Step 3

Running the App Locally

There are two environment variables the app needs. Create an .env file with variables for API_KEY and API_BASE_URL. Those values can be obtained after creating a free account with Infobip. Once you have an account created and your .env file populated with your secrets, follow these instructions to start the app.

  1. yarn install
  2. yarn start
  3. Navigate to http://localhost:3000 in your browser

NPM Scripts

  • format: Formats the code using Prettier
  • format-watch: Formats the code using Prettier in watch mode
  • start: Starts the app locally with a Node Express.js server running on port 3000

Resources

Infobip

Other Tools

About

App built with Node and Express that allows users to enter their phone number to receive an SMS text with a fun fact

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published