Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markolofsen/taxi_script
The best solution for your taxi business online!
https://github.com/markolofsen/taxi_script
django free javascript lyft node python reactjs script taxi uber
Last synced: 5 days ago
JSON representation
The best solution for your taxi business online!
- Host: GitHub
- URL: https://github.com/markolofsen/taxi_script
- Owner: markolofsen
- Created: 2018-12-10T23:05:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T23:10:39.000Z (about 6 years ago)
- Last Synced: 2024-12-13T04:21:39.743Z (2 months ago)
- Topics: django, free, javascript, lyft, node, python, reactjs, script, taxi, uber
- Homepage: https://mirador.online
- Size: 281 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🛠️ This repository was created using the GitUpload.
Languages:
🇩🇪 Deutsch | 🇬🇧 English | 🇪🇸 Spanish | 🇫🇷 French | 🇮🇹 Italian | 🇷🇺 Russian---
# The best solution for your taxi business online!
Version = 0.0.3
Library name = taxi_script
Title = Free Taxi Script
Keywords = Free taxi script app### Hot to install
```sh
yarn add taxi_script
```
### How to use
```javascript
const {taxi_script} = require('taxi_script');
console.dir(taxi_script)s = new taxi_script('Example key').start('Hello');
console.log(s)
```
---
🛠️ This repository was created using the GitUpload.