# Twitter Service
+
## API
-You can use the search under: [http://localhost:8084/search/tweets.json?q=Google](http://localhost:8080/search/tweets.json?q=Google)
+You can use the search under [http://localhost:8084/search/tweets.json?q=Google](http://localhost:8080/search/tweets.json?q=Google)
where `q` is your search string.
It mainly mirrors the search API from Twitter. My implementation contains some basic fields with the same names as in
the official API. If you need more, please let me know.
+### Example
+
+`curl -vs http://localhost:8084/search/tweets.json?q=Google `
+
+Pipe it into e.g. `jq` for a more readable output.
+
+
+
## API Keys
Unfortunately you have to provide your own API Keys, as sharing them is forbidden. In the worst case there would be five