Skip to content

Hello-api is just a basic web server, the returns the current temperature in celsius based on your current location.

Notifications You must be signed in to change notification settings

malachi43/hello-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HELLO API

Hello-api is just a basic web server, the returns the current temperature in celsius based on your current location.

RUNNING THE SERVER LOCALLY

  • To run the server locally you must have nodejs installed, you can download it here
  • In your terminal enter the command npm install to install the required dependencies.
  • Enter the command node index.js to start the development server.
  • Open your preferred browser and enter the url http://localhost:3000/api/hello?visitor_name=<your name>

About

Hello-api is just a basic web server, the returns the current temperature in celsius based on your current location.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published