Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veandco/bing
Bing API client library for C++
https://github.com/veandco/bing
Last synced: 11 days ago
JSON representation
Bing API client library for C++
- Host: GitHub
- URL: https://github.com/veandco/bing
- Owner: veandco
- Created: 2017-12-14T11:38:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T04:42:33.000Z (over 6 years ago)
- Last Synced: 2024-04-13T21:23:08.596Z (7 months ago)
- Language: C++
- Size: 55.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bing
This is a Bing API library for C++.This is still a **work-in-progress**. **Nobody should use this for production!.**
## Requirements
1. libsoup
On Ubuntu, install via `sudo apt install libsoup2.4-dev`
2. Qt
On Ubuntu, install via `sudo apt install qtbase5-dev`