Skip to content

API consumes Yahoo weather service using play2.8, slick 3 and docker.

Notifications You must be signed in to change notification settings

sebabuonincontro/weather-service-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-service

The purpose of this microservice is build a board with weather Forecast. Each user can define one or more boards, in order to include what locations are interesting for get information about weather forecast. This microservice has being created with Play Framework 2.8, akka-typed and Slick 3 stack technologies.

Here is a postman collection example to understand how to use (work in progress): https://www.getpostman.com/collections/1d0aa193aab4638811b3

TODO:

  • BDD using ScalaTest

run environment

docker-compose $ docker-compose up -d

run local example

$ sbt "run 10000"

build image

$ sbt docker:publishLocal

run container

docker run --rm --net host --name weather-service weather-service-play:1.0.0

About

API consumes Yahoo weather service using play2.8, slick 3 and docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages