Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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`