Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z4o4z/get-my-answers
Simple but powerful tool for searching answers for some questions :)
https://github.com/z4o4z/get-my-answers
Last synced: 29 days ago
JSON representation
Simple but powerful tool for searching answers for some questions :)
- Host: GitHub
- URL: https://github.com/z4o4z/get-my-answers
- Owner: z4o4z
- Created: 2018-05-24T12:06:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T08:43:42.000Z (over 2 years ago)
- Last Synced: 2024-04-16T05:50:02.220Z (9 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Get my answers
Simple but powerful tool for searching answers for some questions :)---
## How to start
Just add `data.txt` file into `public` folder with the following format:
```
Single line for question
Answer:
Single line for answerSingle line for question 2
Answer:
The answer
can be multi lineSingle line for question 3
Answer:
One more answer
```After that, you can run `npm start` command to see the results in your local machine
## Build & deploy
Just run `npm run build` for building the app. After that, you can upload `build` folder somewhere to use the app from the network.