https://github.com/irontec/euskal-beacons
App Android para trabajar con Beacons durante la charla en la Euskal Encounter 2015
https://github.com/irontec/euskal-beacons
Last synced: 7 months ago
JSON representation
App Android para trabajar con Beacons durante la charla en la Euskal Encounter 2015
- Host: GitHub
- URL: https://github.com/irontec/euskal-beacons
- Owner: irontec
- License: eupl-1.1
- Created: 2015-07-23T07:20:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-23T07:31:50.000Z (almost 11 years ago)
- Last Synced: 2025-01-31T04:53:52.008Z (over 1 year ago)
- Language: Java
- Size: 434 KB
- Stars: 1
- Watchers: 24
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Euskal Beacons

Applicación para trabajar con beacons usada en la charla de la Euskal Encounter 2015.
### Instalación
Para hacer un build del proyecto sigue los siguientes pasos:
- Abre Android Studio
- Haz click en "Import Project"
- Espera a que se resuelvan las dependencias
- Listo
### Contribuir
Si tienes alguina corrección, mejora o cualquier cosa que desees modificar, mandanos un PR con los cambios, lo revisaremos y haremos un merge :smile:
- Haz un Fork
- Crea un brach para tu feature (git checkout -b my-new-feature)
- Comitea los cambios (git commit -am 'Add some feature')
- Haz Push al branch (git push origin my-new-feature)
- Crea un Pull Request
### License
[EUPL v1.1](https://github.com/irontec/euskal-beacons/blob/master/LICENSE.txt)
```
Copyright 2015 Irontec SL
Licensed under the EUPL, Version 1.1 or - as soon they will be approved by the European
Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work
except in compliance with the Licence.
You may obtain a copy of the Licence at:
http://ec.europa.eu/idabc/eupl.html
Unless required by applicable law or agreed to in writing, software distributed under
the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF
ANY KIND, either express or implied. See the Licence for the specific language
governing permissions and limitations under the Licence.
```