Skip to content

FeezyHendrix/ionic-realtime-comments-with-sentiment-analysis

Repository files navigation

Ionic realtime comments and sentiment analysis with Pusher

Demostrating how to build a realtime comment and sentiment analysis app using Pusher, Node.js and Ionic
Follow the tutorial on Pusher

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

  • Download Node and npm
  • Ionic npm install -g ionic cordova
  • npm install to install all our node dependencies

Running the server

  • Update the pusher-service provider with your pusher APP_KEY
  • run ionic serve to serve the app on the browser
  • run node server.js to start our server and update the keys in the .env file.

Built With

  • Pusher - APIs to enable devs building realtime features
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Node.js - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Ionic - Build amazing apps in one codebase, for any platform, with the web.