Skip to content

bensonybs/just_wanna_sport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just Wanna Sport

I just want to play with my friend...

Get Started

  1. Go to project on Replit, just_wanna_sport.
  2. Press run button to see the results on console.

Packages

  • axios

Future Updates

  • 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!!!

Info

Little Things I Learn In This Little Project

  1. The axios request config is data, not body: 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 commit 9d5cc1596 for more.