https://github.com/rafaelcamargo/woover
World news headlines
https://github.com/rafaelcamargo/woover
headlines news world
Last synced: 9 months ago
JSON representation
World news headlines
- Host: GitHub
- URL: https://github.com/rafaelcamargo/woover
- Owner: rafaelcamargo
- Created: 2019-09-15T04:58:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T05:05:06.000Z (almost 7 years ago)
- Last Synced: 2025-06-22T11:06:36.858Z (about 1 year ago)
- Topics: headlines, news, world
- Language: JavaScript
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Woover
> World news headlines
[](https://circleci.com/gh/rafaelcamargo/woover/tree/master)
[](https://codecov.io/gh/rafaelcamargo/woover)
## Contributing
1. Install [Node](https://nodejs.org/en/). Download the "Recommend for Most Users" version.
2. Clone the repo:
``` bash
git clone git@github.com:rafaelcamargo/woover.git
```
3. Go to the project directory
``` bash
cd woover
```
4. Install the project dependencies
``` bash
npm install
```
5. If you want to just build the project, run:
``` bash
npm run build
```
6. Otherwise, run:
``` bash
npm run start
```
The app will be running on `http://localhost:8080`.
## Tests
1. Ensure that all code that you have added is covered with unit tests:
``` bash
npm run test
```
2. You can optionally generate coverage report after running tests:
``` bash
npm run test -- --coverage
```