本机:一个烧瓶应用程序,它使用News API列出和预览来自各种来源的新闻报道

时间:2024-03-05 01:56:25
【文件属性】:

文件名称:本机:一个烧瓶应用程序,它使用News API列出和预览来自各种来源的新闻报道

文件大小:26KB

文件格式:ZIP

更新时间:2024-03-05 01:56:25

flask-application news-api moringa-school Python

原生职位 s 描述 是一个Flask应用程序,它使用NEWS API列出和预览来自各种来源的新闻报道。 入门 克隆这种回购和cd到该文件夹 $ git clone https://github.com/KarenNgala/Native $ source virtual/bin/activate (virtual)$ pip install -r requirements.txt (virtual)$ python3 run.py server 运行单元测试; (virtual)$ python3 run.py test BDD 作为用户,我希望在应用程序的主页上看到各种新闻来源。 作为用户,我还希望选择一个新闻源,并在应用程序中查看来自所选新闻源的所有新闻文章。 作为用户,我希望查看新闻报道的图像,描述和创建时间。 作为用户,我想单击文章并阅读源网站上的全文。 使用的技术


【文件预览】:
Native-master
----config.py(415B)
----run.py(390B)
----requirements.txt(288B)
----LICENSE(1KB)
----Procfile(21B)
----README.md(1KB)
----tests()
--------test_headlines.py(628B)
--------test_sources.py(492B)
--------test_articles.py(884B)
----.gitignore(32B)
----app()
--------__init__.py(352B)
--------models.py(671B)
--------requests.py(2KB)
--------main()
--------templates()
--------static()

网友评论