🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/kernelsafe/weather-api-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/kernelsafe/weather-api-go

v0.0.0-20220626162946-5900b927ddd9
Source
Go
Version published
Created
Source

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

  • Go 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

FAQs

Package last updated on 26 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts