Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
/ NyagosUpdateChecker Public archive

This is a Google Apps Script that get latest version of NYAGOS.

License

Notifications You must be signed in to change notification settings

pine/NyagosUpdateChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nyagos Update Checker

Build Status devDependency Status

This is a Google Apps Script that get latest version of NYAGOS.

Developing enviroment

  • JavaScript
  • Google Apps Script (Spreadsheet)

API

Endpoint

GET /?format=[output format]

Parameters

  • format: 'json' (default) or 'xml'

Examples

This app runs in my spreadsheet.

{
    "version":"4.0.3.0",
    "downloadUrl":"https://github.com/zetamatta/nyagos/releases/download/4.0.3_0/nyagos-4.0.3_0.zip",
    "errMsg":null,
    "isSucceeded":true
}
<object>
    <version>4.0.3.0</version>
    <downloadUrl>
        https://github.com/zetamatta/nyagos/releases/download/4.0.3_0/nyagos-4.0.3_0.zip
    </downloadUrl>
    <errMsg>
        <null/>
    </errMsg>
    <isSucceeded>
        <true/>
    </isSucceeded>
</object>

Tests

There are some tests written by Vows and Chai. The tests use some mock that run on Node.js as Google Apps Script API.

$ npm install
$ npm test

License

MIT License
Copyright (C) 2014-2015 Pine Mizune

About

This is a Google Apps Script that get latest version of NYAGOS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published