Skip to content

Track live bitcoin prices💲, in the currency of your choice💵!

Notifications You must be signed in to change notification settings

narwalayush4/ByteCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bytecoin

Summary

Bytecoin is an iOS app that fetches real-time Bitcoin prices in the selected currency using the CoinAPI REST API. Users can choose their preferred currency from a picker view, and the app provides up-to-date Bitcoin prices accordingly.

Screenshots

Screenshot 1
Landing Screen
Screenshot 2
USD Currency chosen

Technologies Used

  • UIKit: The fundamental framework for building iOS user interfaces.
  • URLSession: Used to make network requests to fetch Bitcoin prices from the CoinAPI REST API.
  • JSONDecoder: Used to parse the JSON data received from the API.
  • UIPickerView: Utilized to allow users to select their desired currency for Bitcoin price display.

Features

  • Fetches real-time Bitcoin prices using the CoinAPI REST API.
  • Allows users to select their preferred currency from a UIPickerView.
  • Utilizes URLSession to handle network requests and retrieve data from the API.
  • Provides an intuitive and user-friendly interface to view up-to-date Bitcoin prices.

Acknowledgments

Thanks to CoinAPI for providing the API to fetch real-time Bitcoin prices and the iOS development community for their support and contributions.

Happy Bitcoin Tracking!

About

Track live bitcoin prices💲, in the currency of your choice💵!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages