bac-results
Version:
A daemon to email the user when the baccalaureate results are posted on the official website.
88 lines • 2.21 kB
JSON
{
"name": "bac-results",
"version": "1.2.14",
"description": "A daemon to email the user when the baccalaureate results are posted on the official website.",
"main": "index.js",
"scripts": {
"test": "sh test/main.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/IonicaBizau/bac-results.git"
},
"keywords": [
"baccalaureate",
"daemon"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/bac-results/issues"
},
"homepage": "https://github.com/IonicaBizau/bac-results",
"dependencies": {
"mandrill-api": "^1.0.40",
"statique": "0.3.6",
"request": "^2.36.0"
},
"devDependencies": {},
"directories": {
"test": "test"
},
"blah": {
"installation": [
{
"h2": "Configuration"
},
{
"p": "Create a configuration file named `config.json` (you can rename `config.templ.json`), following the template below:"
},
{
"code": {
"language": "json",
"content": [
"{",
" \"mandrillKey\": \"6hvVgv...z0Afgrag\"",
" , \"reqUrl\": \"the url where are posted the results\"",
" , \"to\": {",
" \"email\": \"you@domain.com\"",
" , \"name\": \"Your Awesome Name\"",
" }",
" , \"from\": {",
" \"email\": \"no@spam.com\"",
" , \"name\": \"BAC Exams\"",
" }",
" , \"text\": \"There you go!\"",
"}"
]
}
},
{
"p": "`reqUrl` can be, for example, this one: `\"http://bacalaureat.edu.ro/Pages/JudetRezultatePartialePerProba.aspx?jud=6&tip=1&unitate=628\"`."
},
{
"h2": "Have fun!"
},
{
"p": "Run `node index` and sleep. :smile:"
}
]
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}