https://github.com/excaliburhan/littlenews
A news app via electron
https://github.com/excaliburhan/littlenews
crawler electron rss-feed
Last synced: about 2 months ago
JSON representation
A news app via electron
- Host: GitHub
- URL: https://github.com/excaliburhan/littlenews
- Owner: excaliburhan
- License: mit
- Created: 2016-10-10T08:34:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T03:04:18.000Z (about 9 years ago)
- Last Synced: 2025-02-19T13:46:34.773Z (over 1 year ago)
- Topics: crawler, electron, rss-feed
- Language: JavaScript
- Size: 402 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LittleNews
A news app via electron
### features
- app is based on Electron.app(v1.4.3)
- set pattern and get your customized news
- support RSS/Crawler/API
### for developer
- you need Electron.app(v1.4.3), see [releases](https://github.com/electron/electron/releases)
- you need electron-packager installed in global
- `git clone git@github.com:excaliburhan/LittleNews.git yourProjectName`
- `npm install`
- dev: `npm run dev`
- build: `npm run dev`