docs: README fix

This commit is contained in:
Samuel Ortion 2022-08-19 04:14:59 +02:00
parent fadee6124b
commit ff7b51f1c8
3 changed files with 8 additions and 12 deletions

View File

@ -2,7 +2,6 @@ Xeno-canto
A node.js implementation of Xeno-canto API 2.0
Copyright (c) 2013 Patrick De Marta
Copyright (c) 2022 Samuel ORTION
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -82,8 +82,8 @@ orthonyxPaupuaTari.search(query, function(self){
// inspect the response object
console.log(self.entity);
});
```
**Advanced search parameters**
* name [string] commong english name, scientific name, or family latin name
@ -99,19 +99,16 @@ orthonyxPaupuaTari.search(query, function(self){
* quality: [string]
* qualitylt: [string] quality less than
* area: [string]
```
## References
- [xeno-canto.org](http://xeno-canto.org/)
## Reference
####[xeno-canto.org](http://xeno-canto.org/)
### Release History
## Release History
* 07/02/2018 - v0.0.4 Fixing communication with xeno-canto api - Thanks @camilokorea
* 07/03/14 - v0.0.3 Adjust API endpoint - Thanks @rowanoulton
* 0.0.2 Implements advanced searches.
* 12/11/13 xeno-canto inception, basic search 0.0.1
## License
### License
Copyright (c) 2013 Patrick De Marta
Copyright (c) 2013 Patrick De Marta
Licensed under the [GNU GPL license](http://www.gnu.org/licenses/) .

View File

@ -5,10 +5,10 @@
"homepage": "https://github.com/UncleSamulus/xeno-canto",
"repository": {
"type": "git",
"url": "https://github.com/UncleSamulus/xeno-canto"
"url": "https://github.com/tripitakit/xeno-canto"
},
"bugs": {
"url": "https://github.com/UncleSamulus/xeno-canto/issues"
"url": "https://github.com/tripitakit/xeno-canto/issues"
},
"licenses": [
{