Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Tiago-Lira/find-me
Find geolocation of a user
https://github.com/Tiago-Lira/find-me
cd ci cin-ufpe continuous-deployment continuous-integration geolocation python
Last synced: 2 months ago
JSON representation
Find geolocation of a user
- Host: GitHub
- URL: https://github.com/Tiago-Lira/find-me
- Owner: Tiago-Lira
- License: mit
- Created: 2019-10-05T20:26:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T22:17:46.000Z (almost 3 years ago)
- Last Synced: 2024-07-29T17:44:10.627Z (5 months ago)
- Topics: cd, ci, cin-ufpe, continuous-deployment, continuous-integration, geolocation, python
- Language: HTML
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Find me
[![Build Status](https://travis-ci.org/Tiago-Lira/find-me.svg?branch=master)](https://travis-ci.org/Tiago-Lira/find-me)
Este repositorio foi desenvolvido como produto do Trabalho de Graduação do aluno Tiago Lira para o curso de Sistemas de Informação na Universidade Federal de Pernambuco.
**Aluno:** Tiago Lira
**Orientador:** Vinícius Cardoso Garcia
**Trabalho:** Um pipeline de integração e entrega contínua.
## Instruções de uso
```
docker build -t ufpe/find-me .docker run -p 5000:5000 --rm -it ufpe/find-me
```
## Passo-a-passo: Pipeline de integração e entrega contínua
WIP