Advertisement
AtomicOs

frontend.md

Apr 4th, 2021 (edited)
1,268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.87 KB | None | 0 0
  1. # Frontend
  2.  
  3. ## Vanilla Javascript
  4.  
  5. Overall structure, parsing, and data aggregation.
  6.  
  7. ## [Satori][satori]
  8.  
  9. Platform where data owners create channels that developers can subscribe to for a real time stream of JSON.  Satori provides RTM SDKs as a foundation for creating mobile, web-based, embedded or server applications communicating with RTM (realtime messaging service at the core of the Satori platform).
  10.  
  11. ## [Google Maps API][google]
  12.  
  13. Allows access to Google's powerful and elegant map application for plotting data and visualization.
  14.  
  15. ## [intro.js][intro]
  16.  
  17. 'Tour Website' functionality
  18.  
  19. ## [webpack][wpack]
  20.  
  21. Module bundler
  22.  
  23.  
  24.  
  25. [satori]: https://www.satori.com/
  26. [google]: https://developers.google.com/maps/documentation/javascript/
  27. [honeypot]: https://en.wikipedia.org/wiki/Honeypot_(computing)
  28. [wpack]: https://webpack.js.org/
  29. [intro]: https://introjs.com/
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement