Skip to content

Latest commit

 

History

History
80 lines (60 loc) · 5.25 KB

File metadata and controls

80 lines (60 loc) · 5.25 KB

APIVerve Tutorials

Complete, runnable tutorials using APIVerve APIs.

Each tutorial is a standalone project you can clone and run immediately.

Tutorials

Web Apps

Tutorial Stack API Used Description
address-parser-node-tutorial Node.js/Express Street Address Parser Parse addresses into components
barcode-generator-node-tutorial Node.js/Express Barcode Generator Generate barcodes for products
content-moderator-node-tutorial Node.js/Express Profanity Filter Filter profanity from user content
crypto-tracker-react-tutorial React Bitcoin Price Track Bitcoin prices in real-time
horoscope-app-react-tutorial React Horoscope Get daily horoscope readings
image-caption-react-tutorial React Image Caption Generate intelligent captions for images
ip-lookup-nextjs-tutorial Next.js IP Lookup Get location data from any IP address
lead-validator-nextjs-tutorial Next.js Email Validator, Phone Number Validator Validate leads with quality scoring
number-to-words-html-tutorial HTML/JS Number to Words Convert numbers to words
qr-generator-html-tutorial HTML/JS QR Code Generator Generate QR codes instantly
qr-reader-html-tutorial HTML/JS QR Code Reader Scan and decode QR codes from images
sentiment-dashboard-react-tutorial React Sentiment Analysis Analyze text sentiment with visualizations
social-card-generator-node-tutorial Node.js/Express HTML to Image Generate social media share images
translator-app-vue-tutorial Vue Translator Translate text between languages
username-checker-node-tutorial Node.js/Express Username Profanity Check usernames for profanity
weather-app-react-tutorial React Weather Current weather lookup by city

CLI Tools

Tutorial Stack API Used Description
airport-distance-python-tutorial Python Airport Distance Calculate distance between airports
currency-converter-python-tutorial Python Exchange Rate Convert between 150+ currencies
dns-lookup-go-tutorial Go DNS Lookup Look up DNS records for domains
moon-tracker-python-tutorial Python Moon Position Track the moon's position in the sky
ocr-scanner-python-tutorial Python Image to Text Extract text from images with OCR
ssl-checker-python-tutorial Python SSL Certificate Checker Check SSL certificate validity
whois-lookup-python-tutorial Python WHOIS Lookup Look up domain registration info

Backend

Tutorial Stack API Used Description
email-validator-node-tutorial Node.js/Express Email Validator Validate email addresses via API
invoice-generator-node-tutorial Node.js/Express Invoice Generator Generate PDF invoices instantly

Quick Start

  1. Pick a tutorial from the list above
  2. Clone it:
    git clone https://github.com/apiverve/<tutorial-name>.git
    cd <tutorial-name>
  3. Get a free API key at dashboard.apiverve.com
  4. Follow the README in the tutorial repo

Get Your API Key

All tutorials require an APIVerve API key. Get yours free:

  1. Go to dashboard.apiverve.com
  2. Sign up (no credit card required)
  3. Copy your API key

Request a Tutorial

Want to see a specific tutorial? Open an issue with your request!

More Resources

License

All tutorials are MIT licensed. Use them however you like!