Renamed project/datasource; Install script

This patch refactors the name of the project, datasource,
and adds an install script that can be curl bashed on
Linux distributions that do not yet have a proper package
for this datasource.
diff --git a/.gitignore b/.gitignore
index 04e2184..2d0bb33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,5 @@
 /net.1.config
 /metadata.json
 /test.sh
-/userdata.yaml
\ No newline at end of file
+/userdata.yaml
+.DS_Store
\ No newline at end of file