Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veandco/bing-rs-c
C header file for bing-rs
https://github.com/veandco/bing-rs-c
Last synced: 11 days ago
JSON representation
C header file for bing-rs
- Host: GitHub
- URL: https://github.com/veandco/bing-rs-c
- Owner: veandco
- Created: 2018-07-17T06:21:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T16:29:13.000Z (over 6 years ago)
- Last Synced: 2024-10-29T21:05:49.144Z (22 days ago)
- Language: C
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bing C
This repository consists of a C header file and an example program for using the library generated by [bing-rs](https://github.com/veandco/bing-rs).
To run the example, you will need to build [bing-rs](https://github.com/veandco/bing-rs) and copy the library (e.g. `libbing_rs.so`) to here. You should also set the `SUBSCRIPTION_KEY` in the `example.c` file. After that, run `make`.