/NewsApp

Primary LanguageJavaScript

NewsApp

A Node app for getting news articles from newsAPI, for the view I used Handlebars.

About Handlebars

It is a simple templating language. It uses a template and an input object to generate HTML or other text formats. Handlebars templates look like a regular text with embedded Handlebars expressions.

Prerequisite

It is only requires Node

Installation

  • After cloneing the repo open the folder in cmd and run the following command to install all third part bakages

      > npm i
    
  • Finally to run the server

    > npm run devServer