Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksb96/daily_news-app
A node js application which fetches news data from "newsapi.org"
https://github.com/ksb96/daily_news-app
bootstrap4 css ejs express-js html javascript nodejs
Last synced: about 1 month ago
JSON representation
A node js application which fetches news data from "newsapi.org"
- Host: GitHub
- URL: https://github.com/ksb96/daily_news-app
- Owner: ksb96
- Created: 2022-08-06T09:00:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T17:12:55.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T07:30:43.006Z (3 months ago)
- Topics: bootstrap4, css, ejs, express-js, html, javascript, nodejs
- Language: EJS
- Homepage: https://dailynews.cyclic.app/
- Size: 1.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News Website
A Node.js application using express, ejs where it fetchs the news data from newsapi.org.
Installation
To run this project locally, run the below in your terminal:
$ npm install
$ node app.js# Screenshot
Desktop view
![image](https://user-images.githubusercontent.com/52975077/201581589-25dd549a-f99e-47ee-90f1-7f6924c6aaeb.png)
Mobile view
![image](https://user-images.githubusercontent.com/52975077/201581814-cde7b8d6-77eb-4e6e-ad4c-f62aaf91be40.png) ![image](https://user-images.githubusercontent.com/52975077/201581881-fe4d8713-e580-42bd-b40f-a5535c4adc8b.png)