<center><a href="https://imgbb.com/"><img src="https://image.ibb.co/bYU5M5/steem_map.jpg" alt="steem_map" border="0"></center> <h1><center>Intro</center></h1> Hello Steemians, Creating a Web Map App with all Steemians locations might not seem like a super complex project, however, due to my lack of experience in Python and backend web design, I am forced to keep good track of my steps and take every single decision carefully. **The motivation behind is promoting meetups and user-to-user interaction** . Hopefully, with this app users will easily find other Steemians in their neighborhood/area whether using a distance or province/country filtering. With this roadmap I would like to describe the steps and challenges I have found so far in the current project that I am involved with. <h1><center>Concept </center></h1> <center> *Finding a map service Retrieving locations from SteemData Server Feeding Map with locations Enabling Map filter feature* </center> <h1><center>Map Service Choice </center></h1> There are many possibilities out there, many are free but are usually limited by the amount of geolocations uses per day. I was deciding between one of the following: pubnub|infosniper|batchgeo -|-|- yahoo|google| Since most services are limited, I decided to going for google maps because of the extensive and good quality of its documentation. <center>https://www.seeklogo.net/wp-content/uploads/2015/09/new-google-maps-logo-vector-download.jpg</center> <h1><center> User Location Data Retrieval</center></h1> The first step was finding a way to get all locations within the blockchain. My solution was using MongoDB and SteemData by Furion (https://steemit.com/steemdata/@furion/getting-started-with-steemdata). https://steemitimages.com/0x0/https://i.imgur.com/uAu5ST4.jpg <h1><center>Feeding Map with locations</center></h1> This is the tricky part. Since I do not want to pay the subscription for unlimited geolocations calls, I have two possibilities: - Get geolocations locally from a dictionary and create a database embedding all user location coordinates - Get a separated geolocation service that feeds my webmap Since I decided beforehand running the backend in Python, I chose the great tool "Geopy" as a remote geolocation service (running in Python). For the rest of the processes, I will be running Python3 and additionally the Pymongo module for the Database management. **Testing code so far:** ``` from geopy.geocoders import Nominatim import datetime from steemdata import SteemData geolocator = Nominatim() from pymongo import MongoClient client = MongoClient('localhost', 27017) db = client.test_database collection = db.test_collection data2 = [] s = SteemData() data = s.Accounts.aggregate( [ { "$match": { "profile.location": { "$exists": "true", "$ne": "null" } } }, { "$project": { "account":"$account", "location":"$profile.location", "_id":0 }}, {"$limit":5}, ]) for element in data: print(element["location"]) location = geolocator.geocode(element["location"]) data["location"] = location print((location.latitude, location.longitude)) ``` Please feel free to comment and suggest. I will post the final web url as soon as the app is ready. Thanks for reading. -lightproject
author | lightproject |
---|---|
permlink | steem-map-development-road |
category | steemdev |
json_metadata | {"tags":["steemdev","programming","statistics","creativity","steemit"],"image":["https://image.ibb.co/bYU5M5/steem_map.jpg","https://www.seeklogo.net/wp-content/uploads/2015/09/new-google-maps-logo-vector-download.jpg","https://steemitimages.com/0x0/https://i.imgur.com/uAu5ST4.jpg"],"links":["https://imgbb.com/","https://steemit.com/steemdata/@furion/getting-started-with-steemdata"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-09-24 22:08:24 |
last_update | 2017-09-25 08:06:30 |
depth | 0 |
children | 25 |
last_payout | 2017-10-01 22:08:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 118.482 HBD |
curator_payout_value | 38.401 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,333 |
author_reputation | 36,907,470,029,230 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,832,070 |
net_rshares | 44,046,235,567,955 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
artem-sokoloff | 0 | 482,405,348 | 1% | ||
transisto | 0 | 10,677,485,561,060 | 100% | ||
luisucv34 | 0 | 1,936,832,736 | 21% | ||
fabien | 0 | 1,528,564,623,184 | 100% | ||
shaka | 0 | 3,523,978,453,229 | 100% | ||
sammie | 0 | 2,469,617,033 | 100% | ||
smasher | 0 | 5,370,165,839 | 100% | ||
jephline | 0 | 751,978,700 | 100% | ||
tamim | 0 | 13,469,629,227,695 | 100% | ||
cromhorjackdi | 0 | 324,592,553 | 100% | ||
torem-di-torem | 0 | 3,287,346,997 | 20% | ||
huko | 0 | 470,108,061 | 100% | ||
grobulia | 0 | 459,902,893 | 100% | ||
rikimartin | 0 | 473,339,476 | 100% | ||
goldmasters | 0 | 454,352,856 | 100% | ||
thegreatomski | 0 | 8,620,726,742 | 100% | ||
aarkay | 0 | 112,074,894 | 100% | ||
followbtcnews | 0 | 342,156,331 | 0.2% | ||
kodaxx | 0 | 8,163,762,347 | 100% | ||
newsflash | 0 | 14,597,366,910,274 | 100% | ||
dehenne | 0 | 20,394,441,355 | 100% | ||
suitablybored | 0 | 106,409,732 | 100% | ||
lightproject | 0 | 18,207,042,154 | 100% | ||
anyway | 0 | 658,764,725 | 100% | ||
eqlpbdm3yrtq | 0 | 552,402,390 | 100% | ||
pilcrow | 0 | 53,455,054,149 | 100% | ||
geekgirl | 0 | 6,919,335,434 | 100% | ||
empath | 0 | 52,502,991,059 | 100% | ||
domnin | 0 | 544,790,394 | 100% | ||
dmcamera | 0 | 2,003,394,152 | 100% | ||
itzikuna | 0 | 345,348,826 | 100% | ||
abupasi.alachy | 0 | 3,443,485,275 | 100% | ||
irina13151 | 0 | 527,363,818 | 100% | ||
mustayani | 0 | 621,235,410 | 100% | ||
utzo | 0 | 843,845,352 | 100% | ||
yananaca | 0 | 331,443,200 | 100% | ||
jjb777 | 0 | 2,386,964,629 | 100% | ||
yarur | 0 | 334,540,800 | 100% | ||
heana | 0 | 328,454,972 | 100% | ||
valerirozins | 0 | 561,636,379 | 100% | ||
maksaugolnov | 0 | 577,189,441 | 100% | ||
vidrova | 0 | 619,520,000 | 100% | ||
voronka | 0 | 620,014,951 | 100% | ||
evsyucko | 0 | 607,106,681 | 100% | ||
ninalesimon | 0 | 623,320,261 | 100% | ||
lina72 | 0 | 619,520,000 | 100% | ||
ganandoenbtc | 0 | 518,033,818 | 100% | ||
megaermilina | 0 | 561,225,548 | 100% | ||
vasek | 0 | 1,104,885,436 | 100% | ||
kypy24 | 0 | 592,410,558 | 100% | ||
donaldpatterson | 0 | 1,033,958,810 | 100% | ||
jamesbarraclough | 0 | 1,033,665,131 | 100% | ||
cheburek | 0 | 1,081,154,043 | 100% | ||
raycoms | 0 | 19,506,763,512 | 100% | ||
zinovi | 0 | 7,730,497,608 | 30% | ||
galinannos | 0 | 963,320,645 | 100% | ||
yanukovi4a | 0 | 1,160,625,477 | 100% | ||
slavam | 0 | 1,090,986,642 | 100% | ||
afukichi | 0 | 98,894,545 | 100% | ||
flbest | 0 | 1,011,314,651 | 100% | ||
prijindal | 0 | 1,160,609,996 | 100% | ||
manne | 0 | 992,320,322 | 100% | ||
maleww | 0 | 1,160,606,865 | 100% | ||
lokiuu | 0 | 1,160,606,864 | 100% | ||
muromtzev | 0 | 1,160,605,618 | 100% | ||
nytonw | 0 | 673,150,940 | 100% | ||
kuku12170 | 0 | 511,318,555 | 100% | ||
celberus | 0 | 1,160,600,677 | 100% | ||
adwas33 | 0 | 1,009,758,019 | 100% | ||
metinyolcu | 0 | 58,029,847 | 100% | ||
cryptotim | 0 | -406,252,163 | -100% | ||
bensasy | 0 | 179,892,496 | 100% | ||
mujadpricelv | 0 | 377,193,925 | 100% | ||
sergey999 | 0 | 69,635,783 | 100% |
I love the idea. Can't wait to download the app :D
author | beingnaveed |
---|---|
permlink | re-lightproject-steem-map-development-road-20170925t083316957z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-25 08:33:18 |
last_update | 2017-09-25 08:33:18 |
depth | 1 |
children | 1 |
last_payout | 2017-10-02 08:33:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 1,296,747,871,778 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,865,122 |
net_rshares | 0 |
hello @beingnaveed! the app will be Web based, so no need to download! Thanks for support
author | lightproject |
---|---|
permlink | re-beingnaveed-re-lightproject-steem-map-development-road-20170925t083406922z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["beingnaveed"],"app":"steemit/0.1"} |
created | 2017-09-25 08:34:06 |
last_update | 2017-09-25 08:34:06 |
depth | 2 |
children | 0 |
last_payout | 2017-10-02 08:34:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 36,907,470,029,230 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,865,211 |
net_rshares | 0 |
What an interesting project. It will be interesting to see the results!
author | dmcamera |
---|---|
permlink | re-lightproject-steem-map-development-road-20170928t124638208z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-28 12:46:36 |
last_update | 2017-09-28 12:46:36 |
depth | 1 |
children | 3 |
last_payout | 2017-10-05 12:46:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 12,678,127,431,922 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,178,723 |
net_rshares | 0 |
Results are visible now! https://steemit.com/steemdev/@lightproject/steem-map-development-road-3-videoblog
author | lightproject |
---|---|
permlink | re-dmcamera-re-lightproject-steem-map-development-road-20171023t091651173z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"links":["https://steemit.com/steemdev/@lightproject/steem-map-development-road-3-videoblog"],"app":"steemit/0.1"} |
created | 2017-10-23 09:17:03 |
last_update | 2017-10-23 09:17:03 |
depth | 2 |
children | 2 |
last_payout | 2017-10-30 09:17:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | 36,907,470,029,230 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,365,384 |
net_rshares | 0 |
Thanks! I'll try to use it by putting in the co-ordinates when I can!
author | dmcamera |
---|---|
permlink | re-lightproject-re-dmcamera-re-lightproject-steem-map-development-road-20171023t143027616z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"community":"busy","app":"busy/2.0.0"} |
created | 2017-10-23 14:30:27 |
last_update | 2017-10-23 14:30:27 |
depth | 3 |
children | 1 |
last_payout | 2017-10-30 14:30:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 12,678,127,431,922 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,379,788 |
net_rshares | 0 |
Good idea!!!
author | itzikuna |
---|---|
permlink | re-lightproject-steem-map-development-road-20170924t220929983z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-24 22:09:36 |
last_update | 2017-09-24 22:09:36 |
depth | 1 |
children | 2 |
last_payout | 2017-10-01 22:09:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 807,907,293,662 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,832,144 |
net_rshares | 0 |
Thanks mate I appreciate.
author | lightproject |
---|---|
permlink | re-itzikuna-re-lightproject-steem-map-development-road-20170924t221034959z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-24 22:10:33 |
last_update | 2017-09-24 22:10:33 |
depth | 2 |
children | 0 |
last_payout | 2017-10-01 22:10:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 36,907,470,029,230 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,832,203 |
net_rshares | 0 |
I mean, lady :D
author | lightproject |
---|---|
permlink | re-itzikuna-re-lightproject-steem-map-development-road-20170925t085709641z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-25 08:57:09 |
last_update | 2017-09-25 08:57:09 |
depth | 2 |
children | 0 |
last_payout | 2017-10-02 08:57:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 36,907,470,029,230 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,866,811 |
net_rshares | 0 |
You've got my 3 cents!
author | kodaxx |
---|---|
permlink | re-lightproject-steem-map-development-road-20170924t233136955z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-24 23:31:36 |
last_update | 2017-09-24 23:31:36 |
depth | 1 |
children | 3 |
last_payout | 2017-10-01 23:31:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 3,759,197,365,919 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,836,114 |
net_rshares | 0 |
Appreciate the support @kodaxx !
author | lightproject |
---|---|
permlink | re-kodaxx-re-lightproject-steem-map-development-road-20170925t074117973z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["kodaxx"],"app":"steemit/0.1"} |
created | 2017-09-25 07:41:18 |
last_update | 2017-09-25 07:41:18 |
depth | 2 |
children | 0 |
last_payout | 2017-10-02 07:41:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 36,907,470,029,230 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,861,444 |
net_rshares | 0 |
pum intended? xD
author | lightproject |
---|---|
permlink | re-kodaxx-re-lightproject-steem-map-development-road-20170925t152930261z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-25 15:29:33 |
last_update | 2017-09-25 15:29:33 |
depth | 2 |
children | 1 |
last_payout | 2017-10-02 15:29:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.021 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 36,907,470,029,230 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,896,977 |
net_rshares | 8,163,762,347 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kodaxx | 0 | 8,163,762,347 | 100% |
Definitely ;)
author | kodaxx | ||||||
---|---|---|---|---|---|---|---|
permlink | re-lightproject-2017925t11495246z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-25 17:49:54 | ||||||
last_update | 2017-09-25 17:49:54 | ||||||
depth | 3 | ||||||
children | 0 | ||||||
last_payout | 2017-10-02 17:49:54 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 13 | ||||||
author_reputation | 3,759,197,365,919 | ||||||
root_title | "Steem Map: Development Road" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,908,429 | ||||||
net_rshares | 0 |
Is it violation of privacy?
author | melih |
---|---|
permlink | re-lightproject-steem-map-development-road-20170925t105631421z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-25 10:56:30 |
last_update | 2017-09-25 10:57:30 |
depth | 1 |
children | 4 |
last_payout | 2017-10-02 10:56:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 892,091,255,199 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,875,101 |
net_rshares | 0 |
No, it feeds from locations that are explicitly set by users.
author | lightproject |
---|---|
permlink | re-melih-re-lightproject-steem-map-development-road-20170925t105744575z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-25 10:57:45 |
last_update | 2017-09-25 10:57:45 |
depth | 2 |
children | 0 |
last_payout | 2017-10-02 10:57:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 36,907,470,029,230 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,875,190 |
net_rshares | 0 |
Do you like the project? Any suggestion or feedback?
author | lightproject |
---|---|
permlink | re-melih-re-lightproject-steem-map-development-road-20170925t110015470z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-25 11:00:15 |
last_update | 2017-09-25 11:00:15 |
depth | 2 |
children | 2 |
last_payout | 2017-10-02 11:00:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 36,907,470,029,230 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,875,370 |
net_rshares | 0 |
There is a steemit worldmap project. People can sign their travel posts on that map. Maybe your project and that steemit worldmap project could be combined. For example: 1 map with 2 layers. People could be filter the layers. So, they could see both layers or one of them. One map is better instead of lots of steemit maps.
author | melih |
---|---|
permlink | re-lightproject-re-melih-re-lightproject-steem-map-development-road-20170925t132528293z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-25 13:25:03 |
last_update | 2017-09-25 13:25:42 |
depth | 3 |
children | 1 |
last_payout | 2017-10-02 13:25:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 323 |
author_reputation | 892,091,255,199 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,886,024 |
net_rshares | 0 |
Are you aware that [SteemSpot](http://www.steemspot.com/) project exists? [I am building SteemProjects](https://steemit.com/steemdev/@noisy/steemprojects-what-it-is-going-to-be-and-8-reasons-why-i-am-working-on-it-right-now) to make a comparison of similar projects more easy :)
author | noisy |
---|---|
permlink | re-lightproject-steem-map-development-road-20170926t154237385z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"links":["http://www.steemspot.com/","https://steemit.com/steemdev/@noisy/steemprojects-what-it-is-going-to-be-and-8-reasons-why-i-am-working-on-it-right-now"],"app":"steemit/0.1"} |
created | 2017-09-26 15:42:33 |
last_update | 2017-09-26 15:42:33 |
depth | 1 |
children | 1 |
last_payout | 2017-10-03 15:42:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 279 |
author_reputation | 59,974,373,499,600 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,995,377 |
net_rshares | 0 |
No, I wasnt, but now I am! Cool project @noisy, ill check your work, cool to see creative people around!
author | lightproject |
---|---|
permlink | re-noisy-re-lightproject-steem-map-development-road-20170927t073830098z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["noisy"],"app":"steemit/0.1"} |
created | 2017-09-27 07:38:30 |
last_update | 2017-09-27 07:38:30 |
depth | 2 |
children | 0 |
last_payout | 2017-10-04 07:38:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 104 |
author_reputation | 36,907,470,029,230 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,058,026 |
net_rshares | 0 |
Seems like an interesting idea for sure =)
author | raycoms |
---|---|
permlink | re-lightproject-steem-map-development-road-20170925t120656261z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-25 12:06:57 |
last_update | 2017-09-25 12:06:57 |
depth | 1 |
children | 1 |
last_payout | 2017-10-02 12:06:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 115,046,969,395,583 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,880,256 |
net_rshares | 0 |
Thanks mate, appreciate it. I hope final development will run smooth :)
author | lightproject |
---|---|
permlink | re-raycoms-re-lightproject-steem-map-development-road-20170925t130025158z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-25 13:00:24 |
last_update | 2017-09-25 13:00:24 |
depth | 2 |
children | 0 |
last_payout | 2017-10-02 13:00:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 36,907,470,029,230 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,884,117 |
net_rshares | 0 |
Good Idea and great post. I follow you now for more news about the apis. Look at my posts too @thunderland maybe follow me, if you like them.
author | thunderland |
---|---|
permlink | re-lightproject-steem-map-development-road-20170924t221713126z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["thunderland"],"app":"steemit/0.1"} |
created | 2017-09-24 22:12:36 |
last_update | 2017-09-24 22:12:36 |
depth | 1 |
children | 1 |
last_payout | 2017-10-01 22:12:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
author_reputation | 4,132,384,371,663 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,832,297 |
net_rshares | 0 |
Hello @thunderland I will check your work ,thanks for reading.
author | lightproject |
---|---|
permlink | re-thunderland-re-lightproject-steem-map-development-road-20170924t221344210z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["thunderland"],"app":"steemit/0.1"} |
created | 2017-09-24 22:13:42 |
last_update | 2017-09-24 22:13:42 |
depth | 2 |
children | 0 |
last_payout | 2017-10-01 22:13:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 36,907,470,029,230 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,832,361 |
net_rshares | 0 |
I am not that much technical but I respect your initiative that you came up with such service by which we can connect locally with other steemians...
author | vikasjaat |
---|---|
permlink | re-lightproject-steem-map-development-road-20170925t211019106z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-25 21:10:24 |
last_update | 2017-09-25 21:10:24 |
depth | 1 |
children | 0 |
last_payout | 2017-10-02 21:10:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 167,288,028,053 |
root_title | "Steem Map: Development Road" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,923,115 |
net_rshares | 0 |