{"id":18780618,"url":"https://github.com/simplicitesoftware/module-velibdemo","last_synced_at":"2025-12-19T00:30:17.504Z","repository":{"id":80897318,"uuid":"234368582","full_name":"simplicitesoftware/module-velibdemo","owner":"simplicitesoftware","description":"Velib demo for Simplicité","archived":false,"fork":false,"pushed_at":"2022-06-09T12:41:06.000Z","size":1672,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T10:44:50.751Z","etag":null,"topics":["low-code","simplicite","velib"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplicitesoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-16T17:00:11.000Z","updated_at":"2021-10-01T16:15:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c706628-de28-4077-bba4-c9306272b6ab","html_url":"https://github.com/simplicitesoftware/module-velibdemo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-velibdemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-velibdemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-velibdemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-velibdemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplicitesoftware","download_url":"https://codeload.github.com/simplicitesoftware/module-velibdemo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239697215,"owners_count":19682371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["low-code","simplicite","velib"],"created_at":"2024-11-07T20:27:21.356Z","updated_at":"2025-12-19T00:30:17.473Z","avatar_url":"https://github.com/simplicitesoftware.png","language":"JavaScript","readme":"\u003c!--\n ___ _            _ _    _ _    __\n/ __(_)_ __  _ __| (_)__(_) |_ /_/\n\\__ \\ | '  \\| '_ \\ | / _| |  _/ -_)\n|___/_|_|_|_| .__/_|_\\__|_|\\__\\___|\n            |_| \n--\u003e\n![](https://docs.simplicite.io//logos/logo250.png)\n* * *\n\n`VelibDemo` module definition\n=============================\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=simplicite-modules-VelibDemo\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=simplicite-modules-VelibDemo)\n\n### Introduction\n\n**Velib** demo.\n\nThis module allows retreiving data from Paris free-floating bikes services (Velib) statins and to evaluate them.\n\n### Import\n\nTo import this module:\n\n- Create a module named `VelibDemo`\n- Set the settings as:\n\n```json\n{\n\t\"type\": \"git\",\n\t\"origin\": {\n\t\t\"uri\": \"https://github.com/simplicitesoftware/module-velibdemo.git\"\n\t}\n}\n```\n\n- Click on the _Import module_ button\n\n### Configure\n\nThere is one system parameters to configure:\n\n- The `VELIB_STATION_NAME_FILTER` in which you must set the name filtering you want to apply on stations\n\n`VelibStation` business object definition\n-----------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `velibStaCode`                                               | char(11)                                 | yes*     |           |          | Station code                                                                     |\n| `velibStaName`                                               | char(100)                                |          |           |          | Station name                                                                     |\n| `velibStaCoordinates`                                        | geocoords                                |          |           |          | Station coordinates                                                              |\n| `velibStaStatus`                                             | enum(50) using `VELIB_STA_STATUS` list   |          |           |          | Station status                                                                   |\n| `velibStaBikes`                                              | int(3)                                   |          |           |          | Number of available bikes                                                        |\n| `velibStaFreeDocks`                                          | int(3)                                   |          |           |          | Number of free docks                                                             |\n| `velibStaMonitoring`                                         | boolean                                  |          | yes       |          | Monitoring?                                                                      |\n| `velibStaRating`                                             | int(11)                                  |          | yes       |          | Rating                                                                           |\n| `velibStaComments`                                           | html(4000)                               |          | yes       |          | Comments                                                                         |\n\n### Lists\n\n* `VELIB_STA_STATUS`\n    - `OPERATIVE` Operative\n    - `WORKINPROGRESS` Work in progress\n    - `CLOSE` Closed\n\n### Custom actions\n\n* `VELIB_REFRESH_ALL`: Refresh all stations\n* `VELIB_REFRESH_MONITORED`: Refresh monitored stations\n* `VELIB_REFRESH_ONE`: Refresh one station\n\n`VelibComment` business object definition\n-----------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `velibCmtDateTime`                                           | datetime                                 | yes*     |           |          | Date/time                                                                        |\n| `velibCmtName`                                               | char(100)                                |          | yes       |          | Name                                                                             |\n| `velibCmtStaId` link to **`VelibStation`**                   | id                                       |          | yes       |          | Station                                                                          |\n| _Ref. `velibCmtStaId.velibStaCode`_                          | _char(11)_                               |          |           |          | _Station code_                                                                   |\n| _Ref. `velibCmtStaId.velibStaName`_                          | _char(100)_                              |          |           |          | _Station name_                                                                   |\n| `velibCmtEval`                                               | int(1)                                   |          | yes       |          | Evaluation                                                                       |\n| `velibCmtComments`                                           | html(4000)                               |          | yes       |          | Comments                                                                         |\n| `velibCmtVisible`                                            | boolean                                  |          | yes       |          | Visible?                                                                         |\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-velibdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplicitesoftware%2Fmodule-velibdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-velibdemo/lists"}