Skip to content

A very simple nodejs case to crawl data from internet

License

Notifications You must be signed in to change notification settings

popzoo/popglitch

Repository files navigation

ZooTime APP (Fire Scraper)

This Project Can Deploy to Heroku, Koyeb, Glitch and Replit (LeanCloud partly)

Heroku and koyeb can deploy directly.

Glitch and Replit should open panal to change code online (need obfuscator).

A barebones Node.js app using Express 4. This application supports the Getting Started on Heroku with Node.js article - check it out.

Deploy PopGlitch

Deploy to Heroku Run on Replit Remix on Glitch Deploy to Azure Deploy to IBM Cloud Deploy to Amplify Console Run on Google Cloud Deploy on Railway Deploy to Koyeb

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

app.json and procfile is heroku deploying necessary

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

Deploying to Repl.it

Run on Repl.it

Note: Requires a (free) Replit account

Provides:

  • Free deployment of app
  • Free HTTPS url (https://<app name>.<username>.repl.co)
    • Supports custom domains
  • Downtime after periods of inactivity (solution 1, solution 2)

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: