关于混搭应用程序的建议
我必须为大学课程编写一个混搭应用程序,并且必须使用一些 API,但我需要自己选择使用什么以及最终应用程序应该做什么。不幸的是,我从来没有制作过这样的应用程序,所以我不知道该怎么做...我不想编写一个使用谷歌地图 API 的愚蠢应用程序,因为网络似乎充满了这样的东西。你对我有什么建议吗?是否有任何您想要的 mashup web 应用程序仍然不存在?我可以使用 JAVA、GWT(当然还有 google 应用引擎)或 python,但我也接受其他语言的建议。 先感谢您!
I have to write a mashup application for an university course and I have to use some APIs, but I need to choose by myself what to use and what the final application should do. Unfortunately I never made an application like this, so I'm not sure what to do... I don't want to code a stupid app which uses google maps' APIs since the web seems to be full of stuff like this. Have you got any suggestion for me? Is there any mashup web app you want that's still not there?? I can use JAVA, GWT (and google app engine of course) or python, but I also accept suggestions for other languages.
Thank you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
YQL 可以访问多个 API。也许这会让事情变得更容易:
http://developer.yahoo.com/yql/
YQL has access to several APIs. Perhaps that would make it easier:
http://developer.yahoo.com/yql/
一个具体的例子 - 谈论最多的跟踪器
结合 Last.FM、Google News Feeds、Twitter 和 Google Chart 来找出人们正在谈论的乐队、分配分数并显示趋势。您可以将媒体和社交报道与其音乐的销售/播放数据进行比较,看看您是否可以预测一击奇迹或持久乐队。
如果可以的话,您可以添加一些文本分析,看看人们所说的内容是积极的还是消极的。 750words.com 有一些有趣的指标,但我不知道它实际上是如何做到的。
A specific example - Most-Talked-About Tracker
Combine Last.FM, Google News Feeds, Twitter and Google Chart to find out which bands people are talking about, assign scores and show trends. You can compare the media and social coverage to the sales/play data for their music to see if you can predict a one-hit wonder or a lasting band.
If you can, you could add in some text analysis to see if the stuff people are saying is positive or negative. 750words.com has some interesting metrics on it, but I've no idea how it's actually done.
虽然另一个地理应用程序没有任何问题,但你是对的,那里的地理应用程序太多了。
您对社交网络和实时搜索有何看法?您能否从 Twitter、Facebook 等其他地方提取有趣的内容,然后将其与其他数据源结合起来。
将其与雅虎的股票行情混合起来!对于金融行业面试来说,金融无疑会是一个有趣的投资组合。
While there's nothing wrong with yet another geo-app, you are right that there are far too many out there.
How do you feel about Social Networking and real-time search? Could you pull out interesting stuff from Twitter, Facebook and the rest then combine it with another source of data.
Mixing it up with stock tickers from Yahoo! Finance would certainly be an interesting portfolio addition for finance industry interviews.
统一相册怎么样?您可以从各个网站(facebook、picasa、flicker...)检索图片并为每个用户创建一个聚合相册。
How about a unified photo album? you can retrieve pictures from various sites (facebook, picasa, flicker...) and create an aggregated album per user.