Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhamdutta2000/news-app
Made this simple News app with the help of NodeJS , Express , EJS and bootstrap with Newsapi
https://github.com/shubhamdutta2000/news-app
bootstrap ejs express newsapi nodejs
Last synced: about 2 hours ago
JSON representation
Made this simple News app with the help of NodeJS , Express , EJS and bootstrap with Newsapi
- Host: GitHub
- URL: https://github.com/shubhamdutta2000/news-app
- Owner: Shubhamdutta2000
- License: unlicense
- Created: 2021-05-23T06:02:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T02:41:57.000Z (over 1 year ago)
- Last Synced: 2023-03-06T05:35:59.374Z (over 1 year ago)
- Topics: bootstrap, ejs, express, newsapi, nodejs
- Language: EJS
- Homepage:
- Size: 1.96 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# News-App
> Develop a simple News app with the help of NodeJS , Express , EJS and bootstrap with Newsapi
![screenshot](https://github.com/Shubhamdutta2000/News-App/blob/main/screenshot/image.PNG)
## Features
- use Newsapi for getting latest news
- Display latest news articles
- Search news articles## API Endpoints
| Endpoint | Functionality |
| ------------------- | ----------------------------------------------- |
| GET `/` | Get latest news from Newsapi |
| POST `/search` | Search particular news from NewsApi |
| POST `/category?q=` | Select particular category of news from NewsApi |## Setup and Build
```
# Clone repo and cd into directory
git clone https://github.com/Shubhamdutta2000/News-App.git
``````
# Install dependencies
npm install# Serve in development environment
npm run start-dev```
## Dependencies used
These are the Dependencies we need to install for our project.
```
express
ejs
body-parser
axios
newsapi
```### [Preview](https://s-news-app.herokuapp.com/)