An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Euskal Beacons

![Euskal-Beacons](https://raw.githubusercontent.com/irontec/euskal-beacons/master/documents/result.png)

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.
```