I just want to play with my friend...
- Go to project on Replit, just_wanna_sport.
- Press run button to see the results on console.
- axios
- Custom usedDate and sport category: Choose the date or sport of query by user.
- Custom Time: Choose play time by user.
- Schedule and Notify: Run the app on schedule and automatically send notify to user.
- App URL: Generate URL in notify, redirect to the sports app for booking.
FINAL GOAL!!!
- This project is from Taiwan
- The data is from Taipei Sports Center Booking System
- The axios request config is
data
, notbody
: In the beginning, I copy the request code as Node.js fetch from browser DevTool(F12 -> Network -> Right click on the request), and the code use body as config, cause error in my code, see commit9d5cc1596
for more.