Skip to content

frenchbread/sn-app

Repository files navigation

Social Notifier

A web app that notifies you when new item (tweet, post, photo, video) is posted on social media.

Social services supported:

  • Instagram
  • YouTube
  • VK
  • Twitter

Setup

NOTE: SN-App requires sn-server up and running.

  1. Add config/config.js file that looks like this:
  module.exports = {
    api_dev_host: 'http://127.0.0.1:8000',
    api_prod_host: 'http://127.0.0.1:8000'
  }
  1. Install dependencies
$ yarn install

Development

Serve with hot reload at http://localhost:8080

$ yarn run dev

Build for production

Build for production with minification

$ yarn run build

Build for production and view the bundle analyzer report

yarn run build --report

LICENSE

MIT

About

A web app that notifies you when new item (tweet, post, photo, video) is posted on social media.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors