From 820783e793d8fee771536a6a79671209353c172b Mon Sep 17 00:00:00 2001
From: Mihai Blaga
Date: Tue, 10 Dec 2019 23:39:23 +0100
Subject: [PATCH] added force for vehicle.getStatus and caching, added
documentation for vehicle
---
README.md | 2 ++
docs/CNAME | 1 -
docs/content/readme.html | 1 +
docs/js/docma-web.js | 2 +-
src/helpers/vehicle.js | 53 +++++++++++++++++++++++++++++++++++++---
5 files changed, 53 insertions(+), 6 deletions(-)
delete mode 100644 docs/CNAME
diff --git a/README.md b/README.md
index 1356d4e5..09e8770f 100644
--- a/README.md
+++ b/README.md
@@ -6,4 +6,6 @@
JavaScript implementation of the BMW's ConnectedDrive API
+Example: [BMWStatus](https://github.com/mihaiblaga89/bmw-status-app)
+
@todo write documentation
diff --git a/docs/CNAME b/docs/CNAME
deleted file mode 100644
index f04a716b..00000000
--- a/docs/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-bmwapi.mihaiblaga.dev
\ No newline at end of file
diff --git a/docs/content/readme.html b/docs/content/readme.html
index 274220a7..42d21b8d 100644
--- a/docs/content/readme.html
+++ b/docs/content/readme.html
@@ -5,5 +5,6 @@
JavaScript implementation of the BMW's ConnectedDrive API
+Example: BMWStatus
@todo write documentation