Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plantain-00/news-fetcher
The server side of a cross-platform tool to get and sync news.
https://github.com/plantain-00/news-fetcher
Last synced: 12 days ago
JSON representation
The server side of a cross-platform tool to get and sync news.
- Host: GitHub
- URL: https://github.com/plantain-00/news-fetcher
- Owner: plantain-00
- License: mit
- Created: 2015-12-11T00:55:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T01:00:52.000Z (about 3 years ago)
- Last Synced: 2024-04-24T20:03:18.735Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# news-fetcher
[![Dependency Status](https://david-dm.org/plantain-00/news-fetcher.svg)](https://david-dm.org/plantain-00/news-fetcher)
[![devDependency Status](https://david-dm.org/plantain-00/news-fetcher/dev-status.svg)](https://david-dm.org/plantain-00/news-fetcher#info=devDependencies)
[![Build Status: Windows](https://ci.appveyor.com/api/projects/status/github/plantain-00/news-fetcher?branch=master&svg=true)](https://ci.appveyor.com/project/plantain-00/news-fetcher/branch/master)
![Github CI](https://github.com/plantain-00/news-fetcher/workflows/Github%20CI/badge.svg)
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fplantain-00%2Fnews-fetcher%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/news-fetcher)## install
```bash
git clone https://github.com/plantain-00/news-fetcher-release.git . --depth=1 && npm i --production
```Set environment variable NEWS_FETCHER_KEY
```bash
node dist/start.js
```Then open `http://localhost:9994` in your browser.
## docker
```bash
docker run -d -p 9994:9994 plantain/news-fetcher
```