/Node-Chat

Primary LanguageJavaScript

Node chat app

live url - https://radiant-harbor-65503.herokuapp.com/

Node Chat node chat app is chatting app for communities where they can talk with each other or they can discuss. people can also share their location as well as weather condition oftheir area

Technologies And APIs

How To Install

  • clone this repository git clone https://github.com/yashrajb/Node-chat-app.git
  • go to directory and run command npm install
  • and after that run npm start

Add Token Of Openweatherapi

  • go to public/js/main.js
  • find the this line https://api.openweathermap.org/data/2.5/weather?lat=${lat}&lon=${lon}&appid=XXXXXXXXXXXXX)
  • remiove XXXXXXXXXXXXXX and replace with your openweatherapi token.