From db8241f4d35882a7ac148c3834722c37257ebd80 Mon Sep 17 00:00:00 2001 From: Dana Woodman Date: Sun, 4 Mar 2018 14:54:11 -0800 Subject: [PATCH] Readme --- readme.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 956385f..83ecd99 100644 --- a/readme.md +++ b/readme.md @@ -83,7 +83,7 @@ npm start ...which will run the application locally as well as run the test suite, watching for changes. -### Testing +## Testing We use [Jest][jest] to do testing of the core code in the library. Make sure to write tests for new code or update tests on existing code as needed. Test files are next to their source file named with a `.test.js` extension. @@ -99,11 +99,7 @@ Run tests watching for changes: npm run watch-test ``` -### RFID Cards - -Read cards from Cobot: - - +## Useful Details ### Useful Commands @@ -135,7 +131,24 @@ To find the IP address of your Tessel, download the iOS app Fing and look for a * Make sure to format micro SD to be FAT32! +## Contributing + +Contributions welcome! + +Want to contribute? Submit a Pull Request with your changes! + +Using this in your own project? Let us know by creating an issue in Github! + +## Credits + +Developed by [Dana Woodman][dana] © 2018. + +## License + +MIT + [cobot]: https://www.cobot.me/ +[dana]: http://danawoodman.com [jest]: https://facebook.github.io/jest [latch]: https://www.amazon.com/gp/product/B00V45GWTI [start]: http://tessel.github.io/t2-start