Code Monkey home page Code Monkey logo

scout-app.github.io's Introduction

Scout-App 2 Logo

Join the chat at https://gitter.im/scout-app/scout-app Build Status

Scout-App allows you to process your .sass and .scss files into CSS without needing any knowledge of the command line.

Downloads available at Scout-App.io

Scout-App 2 Screenshot

Officially Supported OS's:

OS 32-Bit 64-Bit
Windows XP, Vista, 7, 8, 8.1, 10+
Ubuntu 12, 14, 16
Zorin 9, 11, 12
Debian 8
OSX 10.6+

(Other Linux versions may work, but are not officially supported.)



Scout-App 2 is built using the cross-platform runtime environment NW.js and the UGUI framework.

If you want Scout-App Classic: Website | Repo

scout-app.github.io's People

Contributors

mattattaq avatar thejaredwilcurt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

scout-app.github.io's Issues

Randomized Sticker phrases at top of site

We will soon be adding links to DevSwag to buy Scout-App stickers. A preview of what this will look like can be seen here:

At the top of the page there is a phrase followed by a link that says Get Scout-App stickers now. We'd like to have the phrase change on page load.

  • Scout-the-Puppy loves laptops.
  • There's always room for one more sticker.
  • Throw some Schmeckles at Open-Source.
  • Your laptop needs another sticker.

Download Dashboard - Create an API for daily stats

This feature would go on the alternative downloads dashboard:

  1. Set up AWS Lambdas or something so it will run once a day
  2. Have it get the total number of downloads from GitHub's API
  3. Store that data with a timestamp somewhere that can be publicly retrieved. Something like this:
[
    {
        "timeStamp": 1479081510000,
        "time": "Sun Nov 13 2016 23:58:30 GMT-0500 (Eastern Standard Time)",
        "total": 282611,
        "sa0": {
            "total": 274291,
            "osdist": {
                "win": 192084,
                "lin32": 0,
                "lin64": 0,
                "osx": 82207
            }
        },
        "sa2": {
            "total": 8320,
            "osdist": {
                "win": 6439,
                "lin32": 104,
                "lin64": 342,
                "osx": 1435
            }
        }
    },
    {
        "timeStamp": 1479167910000,
        "time": "Sun Nov 14 2016 23:58:30 GMT-0500 (Eastern Standard Time)",
        "total": 282700,
        "sa0": {
            "total": 274291,
            "osdist": {
                "win": 192084,
                "lin32": 0,
                "lin64": 0,
                "osx": 82207
            }
        },
        "sa2": {
            "total": 8409,
            "osdist": {
                "win": 6499,
                "lin32": 105,
                "lin64": 348,
                "osx": 1457
            }
        }
    },
    {
        "timeStamp": 1479254310000,
        "time": "Sun Nov 15 2016 23:58:30 GMT-0500 (Eastern Standard Time)",
        "total": 282936,
        "sa0": {
            "total": 274291,
            "osdist": {
                "win": 192084,
                "lin32": 0,
                "lin64": 0,
                "osx": 82207
            }
        },
        "sa2": {
            "total": 8645,
            "osdist": {
                "win": 6610,
                "lin32": 115,
                "lin64": 392,
                "osx": 1528
            }
        }
    }
]
  1. Create a UI to consume that public route and display a line graph.
  2. Calculate the average downloads a day and display them on the page.

These tasks can be split up and done by different people. It is just a general outline.

TLDR: Get the amount of downloads Scout-App has had from GitHub once a day and store them somewhere. Get that stored data and put it in a UI on the Downloads Dashboard.

Favicon issue in Google Chrome browser

I noticed that the favicon rendered incorrectly in the Google Chrome browser. I am using the latest version of Chrome (Version 59.0.3071.109 ). I did not check it in IE or Safari (I’m using Windows), so it may be a good idea if someone else could take a look at that, but I did check it in Firefox which appears to render just fine.

The top image is on Chrome, the bottom image is on Firefox

scoutappfaviconissuechrome
scoutappfaviconissuefirefox

Add GitHub Stars to site

There are over 400 stars on the project. Worth noting on the site.

Use GitHub's API to show the correct number of stars and link people to the project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.