Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rossta/form-to-terminal
Fill out Google Forms from the command line
https://github.com/rossta/form-to-terminal
google-forms nodejs
Last synced: 12 days ago
JSON representation
Fill out Google Forms from the command line
- Host: GitHub
- URL: https://github.com/rossta/form-to-terminal
- Owner: rossta
- License: mit
- Created: 2016-09-29T03:14:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T18:42:42.000Z (about 7 years ago)
- Last Synced: 2024-12-17T04:11:06.420Z (17 days ago)
- Topics: google-forms, nodejs
- Language: JavaScript
- Size: 6.84 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Form-to-Terminal
Fill out Google Forms on the command line.
## Installation
```bash
npm install -g form-to-terminal
```## Usage
```bash
$ ftt [GOOGLE_FORM_ID | GOOGLE_FORM_URL]
```## Limitations
Currently only supports text inputs. One thing at a time!
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/rossta/form-to-terminal. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).