Giter Site home page Giter Site logo

vital-globe's Introduction

vital-globe Matrix Test status codecov

Timer misc API

  • Cron like table defined event manage.
  • Date and Time like JSR 310

Geo API

  • Sunset/Sunrize API(use outer service)
  • Weather API(use outer service)
  • Location API(use outer service)

required

vital.vim Powered by vital.vim

Badge

Powered by vital-globe

[![Powered by vital-globe](https://img.shields.io/badge/powerd%20by-vital--globe-80273f.svg)](https://github.com/tsuyoshicho/vital-globe)

License

CC0 1.0 Universal

CI setting/Test/Documents

Copying from vital.vim except a part (non-formal)

  • almost copy
  • a part as under development

vital-globe's People

Contributors

github-actions[bot] avatar renovate-bot avatar renovate[bot] avatar tsuyoshicho avatar

Watchers

 avatar  avatar

vital-globe's Issues

Weekly Digest (20 January, 2020 - 27 January, 2020)

Here's the Weekly Digest for tsuyoshicho/vital-globe:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository tsuyoshicho/vital-globe to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Sun

example

let http = g:V.import('Web.HTTP')
let date = g:V.import('DateTime')

let sun_url = 'https://api.sunrise-sunset.org/json'
let param_base = {
      \ 'lat' : 0.0,
      \ 'lng' : 0.0,
      \ }
" need other
"  date today or yyyy-mm-dd
"  formatted 0/1

let param = deepcopy(param_base)
let param.lat = string(floor( 35))  " dummy
let param.lng = string(floor(140))  " dummy
let param.formatted = 0

let res = http.get(sun_url, http.encodeURI(param))

if res.status == 200
  let json = res.content
  let result = json_decode(json).results

  let sunrize = date.from_format(result.sunrise, "%FT%T%z")
  let sunset  = date.from_format(result.sunset , "%FT%T%z")

  echo 'sunrise:' . sunrize.to_string()
  echo 'sunset:'  . sunset.to_string()
endif

result

sunrise:2019-07-29 19:47:50 +0000
sunset:2019-07-30 09:45:04 +0000

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

dockerfile
.github/actions/vital-throw-message/Dockerfile
  • golang 1.21
github-actions
.github/workflows/buildtest.yml
  • actions/checkout v4
  • actions/cache v3
  • thinca/action-setup-vim v1
  • actions/checkout v4
  • actions/checkout v4
  • actions/checkout v4
  • actions/checkout v4
  • codecov/codecov-action v4
  • actions/checkout v4
  • actions/cache v3
  • actions/cache v3
  • thinca/action-setup-vim v1
  • actions/checkout v4
  • actions/checkout v4
  • actions/checkout v4
  • actions/checkout v4
  • codecov/codecov-action v4
.github/workflows/depup.yml
  • actions/checkout v4
  • haya14busa/action-depup v1
  • peter-evans/create-pull-request v5
  • actions/checkout v4
  • haya14busa/action-depup v1
  • peter-evans/create-pull-request v5
.github/workflows/release.yml
  • actions/checkout v4
  • haya14busa/action-bumpr v1
  • haya14busa/action-update-semver v1
  • haya14busa/action-cond v1
  • actions/create-release v1
.github/workflows/reviewdog.yml
  • actions/checkout v4
  • reviewdog/action-vint v1
  • reviewdog/action-vint v1
  • actions/checkout v4
  • tsuyoshicho/action-vimlint v1
  • tsuyoshicho/action-vimlint v1
  • actions/checkout v4
  • reviewdog/action-misspell v1
  • actions/checkout v4
.github/workflows/update_semver.yml
  • actions/checkout v4
  • haya14busa/action-update-semver v1
.github/workflows/vimhelpdeploy.yml
  • actions/checkout v4
  • tsuyoshicho/action-vimhelp-html-generate v1
  • peaceiris/actions-gh-pages v3
.github/workflows/vimhelptagcheck.yml
  • actions/checkout v4
  • tsuyoshicho/action-vimhelp-tagname-check v1
pip_requirements
requirements.txt

  • Check this box to trigger a request for Renovate to run again on this repository

Weekly Digest (26 January, 2020 - 2 February, 2020)

Here's the Weekly Digest for tsuyoshicho/vital-globe:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository tsuyoshicho/vital-globe to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

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.