Bitcoin Forum

Bitcoin => Project Development => Topic started by: unchi on February 12, 2015, 03:45:20 AM



Title: ---
Post by: unchi on February 12, 2015, 03:45:20 AM
---


Title: Re: ibit.io - simple bitcoin ticker
Post by: twister on February 12, 2015, 05:34:28 AM
Clean and simple. Looks awesome!
Good work. :)


Title: Re: ibit.io - simple bitcoin ticker
Post by: h0lybyte on February 13, 2015, 07:19:36 PM
Are you just using blockchain for your rates?

I would minifiy your HTML and then use angular / jquery / ajax to fetch the prices.


Title: Re: ibit.io - simple bitcoin ticker
Post by: avatar_kiyoshi on February 14, 2015, 06:08:33 PM
Simple,
user friendly,
dont need much connection.
awesome! :D

Are you just using blockchain for your rates?

I would minifiy your HTML and then use angular / jquery / ajax to fetch the prices.

btc rates from blockchain.info
fiat rates from quandl.com
;)


Title: Re: ibit.io - simple bitcoin ticker
Post by: coinpr0n on February 16, 2015, 06:01:48 PM
How did you package the Android app? PhoneGap?


Title: Re: ibit.io - simple bitcoin ticker
Post by: coinpr0n on March 04, 2015, 08:55:30 PM
How did you package the Android app? PhoneGap?

No, I created it myself using Android Studio.

Oh, cool. That is a good idea. I really like the finished product you made here. Very clean and simple. Great work!


Title: Re: ibit.io - simple bitcoin ticker
Post by: emrebey on March 05, 2015, 08:38:51 AM
cool, does it have auto-refresh?


Title: Re: ibit.io - simple bitcoin ticker
Post by: Enzyme on March 05, 2015, 08:49:01 AM
Nice UI. Good job with the website!


Title: Re: ibit.io - simple bitcoin ticker
Post by: rammy2k2 on March 05, 2015, 11:46:31 AM
very nice, simple and effective


Title: Re: ibit.io - simple bitcoin ticker
Post by: Bitcoin Explorer on March 05, 2015, 01:58:52 PM
How did you package the Android app? PhoneGap?

No, I created it myself using Android Studio.
Ah... Nice. You should consider adding more stuff. Nice domain. Moreover, what backend are you using?


Title: Re: ibit.io - simple bitcoin ticker
Post by: bitwarrior on March 06, 2015, 04:30:58 AM
Nice simple configurable btc ticker, well hopefully next time the units could be changed to other currency pair such as euro or cny. thanks


Title: Re: ibit.io - simple bitcoin ticker
Post by: Bitcoin Explorer on March 06, 2015, 05:03:53 AM
How did you package the Android app? PhoneGap?

No, I created it myself using Android Studio.
Ah... Nice. You should consider adding more stuff. Nice domain. Moreover, what backend are you using?

Yeah I've considered adding more features, maybe the ability to select different exchanges.  But at the same time I want to keep it as simple as possible.

I also made bitkoin.io (http://bitkoin.io) which is a bitcoin calculator.

On the back end I'm running a python script that grabs the prices for both these websites.

Thats great. Even I have a python script which grabs the price from 7 exchanges but unfortunately, I haven't been able to use it. I have a Bitcoin price related website in beta stage
Bitcoinpricelab.com
Check that out, running meteor.js backend


Title: Re: ibit.io - simple bitcoin ticker
Post by: Kprawn on March 06, 2015, 06:07:17 AM
Looks good.... Do you do any custom tickers? We are looking for something unique...

http://www.bitbiz.io/threads/would-you-want-some-sort-of-crypto-currency-price-ticker-on-this-site.558/

Something with several crypto currencies would be nice.... you could work with our guys on something like that.... we have some talented people, with many great ideas.


Title: Re: ibit.io - simple bitcoin ticker
Post by: xingming on March 07, 2015, 02:02:56 AM

http://ibit.io/favicon.png

ibit.io (http://ibit.io)

Simple Bitcoin Ticker

Customizable Colors, Font Size, Currency, and Bitcoin Units

Mobile Friendly


http://developer.android.com/images/brand/en_app_rgb_wo_60.png (https://play.google.com/store/apps/details?id=io.ibitio)

I think there's a small css error in the search tool behind that the tool is very fast and easy to use .
default color is so nice love it ! Just a question what you are using and what programming language
please ?


Title: Re: ibit.io - simple bitcoin ticker
Post by: Kprawn on March 07, 2015, 03:15:00 PM
Looks good.... Do you do any custom tickers? We are looking for something unique...

http://www.bitbiz.io/threads/would-you-want-some-sort-of-crypto-currency-price-ticker-on-this-site.558/

Something with several crypto currencies would be nice.... you could work with our guys on something like that.... we have some talented people, with many great ideas.

I'm actually planning on making a simple plugin for people to use on their websites.  Well, whenever I can find the time to do it, that is.  I'll let you know.

Thanks... It would be your best bet to get it out there on forums, for people to see and then work things from there. Feel free to contact us if you need any kind of beta testing done.  ;)

I like the clean look and the color selection is pretty good. The site is VERY responsive, where are you hosting it?


Title: Re: ibit.io - simple bitcoin ticker
Post by: Bitcoin Explorer on March 07, 2015, 05:48:16 PM

http://ibit.io/favicon.png

ibit.io (http://ibit.io)

Simple Bitcoin Ticker

Customizable Colors, Font Size, Currency, and Bitcoin Units

Mobile Friendly


http://developer.android.com/images/brand/en_app_rgb_wo_60.png (https://play.google.com/store/apps/details?id=io.ibitio)

I think there's a small css error in the search tool behind that the tool is very fast and easy to use .
default color is so nice love it ! Just a question what you are using and what programming language
please ?

Thanks! Client side is all javascript/jquery.  Using ajax to retrieve json data from my server.  I'm running a simple Python script on the server that retrieves prices.


I have a php file encoding json values but some trouble using ajax. Do you know of any way to use php+ajax to make private APIs to grab the bitcoin price from various exchanges?
That would make the plugin process easier.
If you are interested in collaborating with me for a bitcoin price project please let me know. I own BitcoinPriceLab.com


Title: Re: ibit.io - simple bitcoin ticker
Post by: coinpr0n on March 07, 2015, 08:00:08 PM
Nice simple configurable btc ticker, well hopefully next time the units could be changed to other currency pair such as euro or cny. thanks

If you click the little gear icon at the top right you can change the currency.  It does 144 different currencies at the moment.  It will remember your currency selection for the next time you visit.

I didn't even notice the gear icon at first glance, I just liked the simple ticker. The menu with more features is awesome. Great work!


Title: Re: ibit.io - simple bitcoin ticker
Post by: melwinder on March 07, 2015, 08:56:28 PM
Clean and simple, this actually is really handy!
I also love the bitkoin.io calculator you added on the settings part.
Thank you for this!


Title: Re: ibit.io - simple bitcoin ticker
Post by: Bitcoin Explorer on March 08, 2015, 03:58:53 AM
Looks good.... Do you do any custom tickers? We are looking for something unique...

http://www.bitbiz.io/threads/would-you-want-some-sort-of-crypto-currency-price-ticker-on-this-site.558/

Something with several crypto currencies would be nice.... you could work with our guys on something like that.... we have some talented people, with many great ideas.

I'm actually planning on making a simple plugin for people to use on their websites.  Well, whenever I can find the time to do it, that is.  I'll let you know.

Thanks... It would be your best bet to get it out there on forums, for people to see and then work things from there. Feel free to contact us if you need any kind of beta testing done.  ;)

I like the clean look and the color selection is pretty good. The site is VERY responsive, where are you hosting it?

I'm using digitalocean.com.  They have been pretty great so far.
Try bithost.io you can use digital ocean servers by paying in BTC and the fee is nominal, only $1.5 more for a 512 mb server.


Title: Re: ibit.io - simple bitcoin ticker
Post by: rikfredsy on March 08, 2015, 03:46:37 PM
Very nice tool , The design is very cool and the price convert very fast but i was asking my if its in real time ?
I can do the same job using php i would like to learn python if it is mroe fast than php .


Title: Re: ibit.io - simple bitcoin ticker
Post by: Bitcoin Explorer on March 08, 2015, 05:22:21 PM
Very nice tool , The design is very cool and the price convert very fast but i was asking my if its in real time ?
I can do the same job using php i would like to learn python if it is mroe fast than php .
He uses a python script to getvprices and ajax(jquery) for real time updatescvia json data


Title: Re: ibit.io - simple bitcoin ticker
Post by: ADcoin.me on March 08, 2015, 07:08:38 PM
Sweet domianname! Good luck. :)


Title: Re: ibit.io - simple bitcoin ticker
Post by: Cryptowatch.com on March 12, 2015, 11:55:09 PM
Lots' of interesting stuff in this thread!

You may want to look into using websockets instead of ajax requests for getting live prices from various exchanges.  I'm not sure if PHP is well suited for the job.

I've developed cryptowatch.com, it's backend is in node.js and I'm also using socket.io to provide push updates to the clients.

Site: http://cryptowatch.com/

Currently I'm just updating prices about once every 5 minutes through a cron job which runs a c++ program that uses libcurl to fetch prices from various exchanges. The prices are then inserted to a mysql database, and the node.js server checks the database about every 10 seconds and if there's a change in the data, it's pushed to the connected clients over the active websocket.

I've changed the fetching model from a sequential one to a parallel one where I use threads to initiate all the fetching of data, which makes it quite faster to get all the price tickers from various exchanges.

The site is also responsive, so it should work great on all screen sizes.

Development was somewhat slow as this was much unfamiliar technology for me. And the site is still just at 0.1 alpha stage.

Thank you for the tip about meteor, I will look more into it.

Did anyone of you look into glyphicons? Ie. vector icons that resize as the window the site is displayed in resizes?

I see there's a link here to a btc glyph icon:
http://fortawesome.github.io/Font-Awesome/icon/btc/

Also, lastly are you intending to monetize your sites? And if so, how?

I also liked the trick at http://ibit.io/ where the price is shown in the tab of the browser, quite neat trick.

I also found a jQuery plugin that was quite nice: https://github.com/rmm5t/jquery-timeago

"Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago")"

If you look at http://bitcoinity.org/markets, you will see they have implemented such fuzzy timestamps there.

I also noticed that tickers are quite different between various exchanges, and in one instance (btc-e) they'd even managed to switch ask and bid-values in the ticker. There should really be a standard for how tickers was presented, which would make it easier for developers working with API's from various exchanges.


Title: Re: ibit.io - simple bitcoin ticker
Post by: Voltarius on March 13, 2015, 01:12:13 AM
Looks good and very helpful from what I've seen so far.
Thank you.
One thing I could suggest is add an mBTC to BTC conversion calculator in the ibit.io site, instead of having to go to bitkoin.io to do it.
Either than that, looks really good!


Title: Re: ibit.io - simple bitcoin ticker
Post by: nambich on March 27, 2015, 08:44:53 PM
Are you just using blockchain for your rates? I would minifiy your HTML and then use angular / jquery / ajax to fetch the prices.


Title: Re: ibit.io - simple bitcoin ticker
Post by: coinpr0n on March 27, 2015, 09:10:34 PM
Are you just using blockchain for your rates? I would minifiy your HTML and then use angular / jquery / ajax to fetch the prices.

btc rates from blockchain.info (http://blockchain.info/api)
fiat rates from quandl.com (http://quandl.com/)


Title: Re: ibit.io - simple bitcoin ticker
Post by: Bitcoin Explorer on March 28, 2015, 01:41:17 PM
Are you just using blockchain for your rates? I would minifiy your HTML and then use angular / jquery / ajax to fetch the prices.
jquery and ajax is ok, i do know them, but how do you use angularJS?


Title: Re: ibit.io - simple bitcoin ticker
Post by: coinpr0n on March 28, 2015, 03:41:16 PM
Are you just using blockchain for your rates? I would minifiy your HTML and then use angular / jquery / ajax to fetch the prices.
jquery and ajax is ok, i do know them, but how do you use angularJS?

None of them are strictly necessary. It depends on the job. The thing about AngularJS and other frameworks like that (maybe Polymer too) is that they provide you already with all the common things web developers will need. Including AJAX calls and even styling. But I think these can be overkill for some small projects. The learning curve may be a little steep at first but once you get it I can see why people want to use it for everything they do - it really makes it easy.


Title: Re: ibit.io - simple bitcoin ticker
Post by: freemind1 on March 29, 2015, 01:05:57 PM
Very good work unchi, simple and very effective, uncomplicated and 100% configurable. You plan to update it with more configuration options? Thanks again unchi.


Title: Re: ibit.io - simple bitcoin ticker
Post by: Mikestang on April 20, 2015, 10:18:23 PM
Very nice little app!  Please post up your donation address in this thread, I see it in the app buy my phone wallet is empty.  8)


Title: Re: ibit.io - simple bitcoin ticker
Post by: Mikestang on April 21, 2015, 11:40:46 PM
Thanks, will send something when I get home.


Title: Re: ibit.io - simple bitcoin ticker
Post by: TheGr33k on April 22, 2015, 03:16:18 AM
I really love the customizable colors and font size, the site is super clean nice work,


Title: Re: ibit.io - simple bitcoin ticker
Post by: btc_enigma on April 22, 2015, 07:50:04 AM
Nice work dude ! Can we have price graph also


Title: Re: ibit.io - simple bitcoin ticker
Post by: Bitcoin Explorer on April 29, 2015, 05:41:48 AM
Thanks!  This is something I may consider in the future, but my goal is to keep this website as simple as possible.  Maybe I can throw in a very simple graph eventually, along with 24 hr +/- change percentage.

I can help you with the code. I think I have some code for it suing some library, HMU if needed. You wont be able to use the chart commercially in that case.


Title: Re: ibit.io - simple bitcoin ticker
Post by: rammy2k2 on April 29, 2015, 08:53:46 AM
I would install this if u could make the Bitcoin price to appear in the upper line on the phone so i can see it non stop, clock on the right, bitcoin price on the left.
It has that advantage that i dont have to open the app everytime i need to see the price.


Title: Re: ibit.io - simple bitcoin ticker
Post by: coinpr0n on April 29, 2015, 09:07:58 AM
I would install this if u could make the Bitcoin price to appear in the upper line on the phone so i can see it non stop, clock on the right, bitcoin price on the left.
It has that advantage that i dont have to open the app everytime i need to see the price.

This could probably be packaged up in an Web View or using something like PhoneGap. Not sure how reliable these have become as of lately though. Last I looked they still needed a little work. You are basically asking for a native app.


Title: Re: ibit.io - simple bitcoin ticker
Post by: cryptster on July 10, 2015, 03:28:34 PM
I've been using this website for a few weeks now, and it's been the fastest way for me to check the price on my crappy old phone.  Kudos!


Title: Re: ibit.io - simple bitcoin ticker
Post by: ShamrockHannah on July 11, 2015, 06:55:22 PM
You should make this available for website owners to use on their page, with a back link on it. If you are worried about low quality websites only give out the code to sites which receive your approval.


Title: Re: ibit.io - simple bitcoin ticker
Post by: Bitcoin Explorer on July 13, 2015, 06:18:59 AM
I've been using this website for a few weeks now, and it's been the fastest way for me to check the price on my crappy old phone.  Kudos!

Thank you!  My goal was to keep this website as lightweight as possible.  It doesn't have the fancy bells and whistles that other sites have, but it does serve one purpose well: to provide the latest price in a clean, simple interface.
Are you interested in selling any of your websites(ibit.io or bitkoin.io)? I really like the features coupled with the minimalism that you have implemented. Does bitkoin.io have a custom stylesheet or is it templated css?


Title: Re: ibit.io - simple bitcoin ticker
Post by: Bitcoin Explorer on July 13, 2015, 03:01:13 PM
I've been using this website for a few weeks now, and it's been the fastest way for me to check the price on my crappy old phone.  Kudos!

Thank you!  My goal was to keep this website as lightweight as possible.  It doesn't have the fancy bells and whistles that other sites have, but it does serve one purpose well: to provide the latest price in a clean, simple interface.
Are you interested in selling any of your websites(ibit.io or bitkoin.io)? I really like the features coupled with the minimalism that you have implemented. Does bitkoin.io have a custom stylesheet or is it templated css?

I have not considered selling, but for the right price I suppose I would.  Both sites are starting to gain traction from Google and I see a lot of potential in them, so I wouldn't be willing to let them go very easily.  Feel free to PM an offer.

Both sites use custom CSS.
If you can, kindly provide me analytics of both sites and the bare minimum price you'll accept for each site.


Title: Re: ibit.io - simple bitcoin ticker
Post by: Mikestang on June 02, 2016, 06:01:20 PM
This site hasn't gained much traction so I'm shutting it down.  Please PM me if you are interested in the domain name.
Does this mean the phone app will stop working as well?  I like that app, I use it almost every day.  Thanks for keeping it going for so long!