https://github.com/frenchbread/sn-app
A web app that notifies you when new item (tweet, post, photo, video) is posted on social media.
https://github.com/frenchbread/sn-app
Last synced: 4 months ago
JSON representation
A web app that notifies you when new item (tweet, post, photo, video) is posted on social media.
- Host: GitHub
- URL: https://github.com/frenchbread/sn-app
- Owner: frenchbread
- License: mit
- Created: 2017-09-19T11:51:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T14:36:08.000Z (over 8 years ago)
- Last Synced: 2025-07-19T14:04:50.659Z (11 months ago)
- Language: Vue
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/frenchbread/sn-server) up and running.
1. Add `config/config.js` file that looks like this:
```js
module.exports = {
api_dev_host: 'http://127.0.0.1:8000',
api_prod_host: 'http://127.0.0.1:8000'
}
```
2. Install dependencies
```bash
$ yarn install
```
## Development
Serve with hot reload at `http://localhost:8080`
```bash
$ yarn run dev
```
## Build for production
Build for production with minification
```bash
$ yarn run build
```
Build for production and view the bundle analyzer report
``` bash
yarn run build --report
```
## LICENSE
[MIT](https://github.com/frenchbread/sn-app/blob/master/LICENSE)