Service using openweathermap api to determine the average temperature in the city
git clone https://github.com/ternyavsky/rpc_python-go.git
Run Golang server:
go run main.go
Run Python client:
cd client
. ./venv/bin/activate
pip install -r requirements.txt
python client.py [CITY]
- Fork it (https://github.com/ternyavsky/rpc_python-go/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request