Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flightassist-weather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ python. This micro-service interacts with the [Weather Company weather
data](https://console.ng.bluemix.net/catalog/services/weather-company-data/)
service to obtain the weather data for a given location. The microservice can
run locally as Docker container or in a container service, for example, use `make localdeploy` to deploy the microservice locally. Once it is deployed, you may interact with the weather service using curl:

```
curl -X GET 'http://localhost:80/weather/41.788136/-87.740871'

```
When running the microservice in a container service such as swarm or
kubernetes, you will replace localhost with the service name (e.g.
weather-service) to lookup the service.