Skip to content

efstathios-chatzikyriakidis/random-data-science-image

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

random-data-science-image

A Heroku-based Node.js web application that provides random data science images.

Running Locally

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

$ git clone --recursive https://github.com/efstathios-chatzikyriakidis/data-science-images.git
$ cd random-data-science-image
$ npm install
$ npm start

Your app should now be running on localhost:8000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku ps:scale web=1

About

A Heroku-based Node.js web application that provides random data science images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published