1.5.7 • Published 7 years ago

evac v1.5.7

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

evac

Circle CI npm version David

node.js based simple aggregator.

About

Evac is Node.js based simple aggregator.

npm.io

Installation

Install with npm:

$ npm install -g evac

evac(1)

  Usage: evac [options] <recipe file ...>

  Options:

    -h, --help     output usage information
    -V, --version  output the version number
    -v, --verbose  Verbose mode.
    -c, --cron     Cron mode.
    -p, --path [path]  Plugin path.

-c, --cron

According to a setup of the file passed by the argument, a job is performed periodically.

Cron patterns suported here extend on the standard Unix format to support seconds digits.

[
  {"*/10 * * * *": "/home/hideack/recipe/rss.js"},
  {"0 18 * * *": "/home/hideack/recipe/news.js"}
]

-v, --verbose

An execution result is displayed in detail.

Plugins

input

  • mysql
  • rss
  • static word
  • web page parser
  • google analytics
  • ical
  • iTunes connect
  • stdin
  • textfile
  • json client
  • twitter

filter

  • diff
  • match
  • through
  • request
  • condition
  • sleep

output

  • http post
  • ikachan
  • mail
  • stdout
  • shell
  • yo
  • pushbullet
  • slack
  • screenshot

Sample

ics -> notice

Announces your schedule of less than 1 hour by Growl.

{
  "in": {
    "ical": {
      "url": "http://****.********.jp/calendar/ical/*****.ics",
      "within": 1
    }
  },
  "filter": {
    "through": {}
  },
  "out": {
    "notice": {
      "type": "growl",
      "title": "予定の通知"
    }
  }
}

ics to notice sample.


NPM

1.5.7

7 years ago

1.5.6

8 years ago

1.5.5

8 years ago

1.5.4

8 years ago

1.5.3

8 years ago

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.9

8 years ago

1.4.7

8 years ago

1.4.6

9 years ago

1.4.5

9 years ago

1.4.4

9 years ago

1.4.3

9 years ago

1.4.2

9 years ago

1.4.1

9 years ago

1.4.0

9 years ago

1.3.5

9 years ago

1.3.4

9 years ago

1.3.3

9 years ago

1.3.2

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.6

9 years ago

1.2.5

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago