Skip to content

kernelsafe/weather-api-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository tries to implement the challenge below

Instructions

You must create a weather logging app that allows users to enter temperatures in order to calculate its median, average, highest and lowest points.

You must use

  • NodeJS to create your APIs
  • MongoDB to store the weather data

User Stories

  • As a user, I want to add a temperature to my log
  • The input must only take numbers
  • As a user, I want to delete a temperature from my log
  • As a user, I want to retrieve a temperature from my log by ID
  • As a user, I want to retrieve my entire log

About

Node.js Coding Challenge - weather-API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published