Difference between revisions of "@bazbt3/Sandbox"

From Community Pnut.io Wiki
Jump to: navigation, search
m (Added programming section, not sure where else to put it right now)
(Added app GitHub link)
 
Line 13: Line 13:
  
 
=== Programming ===
 
=== Programming ===
I've pretty much decided to have a go with [[PNUTpy]], [[@thrrgilag]]'s Python library for interacting with pnut.io.
+
I decided to have a go with [[PNUTpy]], [[@thrrgilag]]'s Python library for interacting with pnut.io.
 
*First steps:
 
*First steps:
 
** I need a name for the app; peanut related, obviously.
 
** I need a name for the app; peanut related, obviously.
Line 21: Line 21:
 
** Pythonista Python development IDE for iOS: http://omz-software.com/pythonista/
 
** Pythonista Python development IDE for iOS: http://omz-software.com/pythonista/
 
** A gist with instructions to install a bash-like shell for Pythonista (needed to install pip before installing PNUTpy: https://gist.github.com/CodyKochmann/4d6b40e77ba862e634185a038d2c3f13
 
** A gist with instructions to install a bash-like shell for Pythonista (needed to install pip before installing PNUTpy: https://gist.github.com/CodyKochmann/4d6b40e77ba862e634185a038d2c3f13
 +
* '''I started an app: https://github.com/bazbt3/PigPen ''' - rudimentary it is.

Latest revision as of 00:12, 29 October 2017

♻️

Test pages and other stuff for inclusion into this wiki and for enhancing use of pnut.io.

Likely to remain static once implemented

  • @bazbt3/Sandbox/EventToday - a tiny bit of code (compared to the following humongous thing) to automatically display the day's event(s) at the main page. It's really quite trivial but I'm hoping to build in it.
- Compare live vs test here.
  • @bazbt3/Sandbox/EventCode - an automated event display/listing. Started for the 14 October 2017 Hackathon the code, copied from my previous work at the ADN wiki, is rough and difficult to follow, and thus unsuitable for casual editing. It has bugs.

Dynamic

I need to remember to paste the live pages' contents into the test pages each time to accurately replicate what's likely to happen.

- Compare live vs test here.
- Compare live vs test here.

Programming

I decided to have a go with PNUTpy, @thrrgilag's Python library for interacting with pnut.io.