Skip to content

This will be used to predict audience based on facebook pest text

License

Notifications You must be signed in to change notification settings

sandeep82945/audience-predictor

Repository files navigation

audience-predictor

This repository shall contain files for audience predictor

To Use This application

  1. To clone and run this repository you'll need
  • i)Git and
  • ii) Node.js (which comes with
  • iii) npm) installed on your computer.
  1. From your command line:
# Clone this repository
git clone [email protected]:sandeep82945/audience-predictor.git
# Go into the repository
cd audience-predictor
# Install dependencies
npm install
# Run the app
npm start

## Modules explanation

- `package.json` - Points to the app's main file and lists its details and dependencies.
- `main.js` - Starts the app and creates a browser window to render HTML. This is the app's **main process**.
- `index.html` - A web page to render. This is the app's **renderer process**.

You can learn more about each of these components within the [Quick Start Guide](http://electron.atom.io/docs/tutorial/quick-start).

Learn more about Electron and its API in the documentation.

Other Example Apps

For more example apps, see the list of boilerplates created by the awesome electron community.

About

This will be used to predict audience based on facebook pest text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published