SamSlate

Results 3 issues of SamSlate

require_once 'Services/Soundcloud.php'; include("CLIENT_ID.php"); // create client object with app credentials $soundcloud = new Services_Soundcloud($CLIENT_ID, $CLIENT_SECRET, $REDIRECT_URL); // Get access token $code = $_GET['code']; try { if(!isset($_SESSION['token'])){ $accessToken = $soundcloud->accessToken($code); $_SESSION['token']...

Chinese markets are huge influencers. Including them would massively improve the utility of this app.

`SunCalc.getMoonIllumination(time).phase` gets really squirrely [as phase approaches 0.5](https://dl2.pushbulletusercontent.com/c1NbxkAFgmLEjvI02ZYpEQt2jaNaD4GY/index.html) (slow page load warning). also it's a couple hours off here and there. Can this be fixed?