Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignema/movnots
Enjoy Motivational Quotes From The Comfort of Your Homescreen
https://github.com/ignema/movnots
axios cheerio cronjob express nodejs notification-api socket-io
Last synced: 6 days ago
JSON representation
Enjoy Motivational Quotes From The Comfort of Your Homescreen
- Host: GitHub
- URL: https://github.com/ignema/movnots
- Owner: Ignema
- Created: 2021-03-16T21:45:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T21:58:47.000Z (over 3 years ago)
- Last Synced: 2023-10-20T20:19:12.278Z (about 1 year ago)
- Topics: axios, cheerio, cronjob, express, nodejs, notification-api, socket-io
- Language: JavaScript
- Homepage:
- Size: 395 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movnots
Enjoy Motivational Quotes From The Comfort of Your Homescreen# ⚠WARNING⚠
You must run this project in HTTPS protocol because it uses service workers in the background.You can use these two options if you're going to develop locally
## Ngrok
Use [ngrok](https://ngrok.com) to create an https tunnel to your local development server. Once you set it up on your computer, you can create the tunnel with this command on let's say port 3000:`ngrok http 3000`
*Make sure ngrok is inside your path variable*
## Mkcert
You can also use mkcert if you want to create a locally-trusted development certificate for your localhost.You will find all the instructions to set it up in this [repository](https://github.com/FiloSottile/mkcert).
# Installation
- clone the project:
`git clone https://github.com/Ignema/movnots.git`
- install npm dependencies:
`npm install`
# Running the project
- run the server with nodemon:
`npm run dev`
*you can also run it normally with node using `npm start`*
- navigate to your https website and *voila!*