Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smartsantander

Java library for accessing SmartSantander's sensors data, both real time and historical, as described in the project wiki.

Check the API for more details:

http://predictia.github.io/smartsantander/apidocs/index.html

Import as maven dependency

You will need to add to your project's pom.xml file the repository:

<repositories>
   <repository>
      <id>predictia-public-releases</id>
      <url>https://raw.github.com/Predictia/maven-repo/master/releases</url>
   </repository>
</repositories>

And the dependency itself

<dependencies>
  <dependency>
    <groupId>es.predictia</groupId>
    <artifactId>smartsantander</artifactId>
    <version>0.0.1</version>
  </dependency>
</dependencies>

About

SmartSantander's data access service

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages